Send commitlog mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r2121 -
trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src
([EMAIL PROTECTED])
2. r2122 -
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0
([EMAIL PROTECTED])
--- Begin Message ---
Author: laforge
Date: 2007-06-02 02:15:57 +0200 (Sat, 02 Jun 2007)
New Revision: 2121
Modified:
trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/stylusmenu.c
Log:
fix segfault (used wrong object for signal connection)
Modified:
trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/stylusmenu.c
===================================================================
---
trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/stylusmenu.c
2007-06-02 00:11:38 UTC (rev 2120)
+++
trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/stylusmenu.c
2007-06-02 00:15:57 UTC (rev 2121)
@@ -93,7 +93,7 @@
break;
case ITEM_TYPE_DOTDESKTOP_ITEM:
case ITEM_TYPE_APP:
- g_signal_connect (item_new, "activate",
+ g_signal_connect (menu_item, "activate",
G_CALLBACK(moko_stylus_menu_activate_item),
item_new);
break;
--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2007-06-02 11:36:58 +0200 (Sat, 02 Jun 2007)
New Revision: 2122
Modified:
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkbutton
Log:
oe/theme: reenable gtkbutton borders
Modified:
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkbutton
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkbutton
2007-06-02 00:15:57 UTC (rev 2121)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkbutton
2007-06-02 09:36:58 UTC (rev 2122)
@@ -4,21 +4,21 @@
function = BOX
state = NORMAL
file = "gtkbutton.png"
-# border = { 22, 33, 18, 25 }
+ border = { 22, 33, 18, 25 }
stretch = TRUE
}
image {
function = BOX
state = PRELIGHT
file = "gtkbutton.png"
-# border = { 22, 33, 18, 25 }
+ border = { 22, 33, 18, 25 }
stretch = TRUE
}
image {
function = BOX
state = ACTIVE
file = "gtkbutton_p.png"
-# border = { 22, 33, 18, 25 }
+ border = { 22, 33, 18, 25 }
stretch = TRUE
}
}
--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog