[uim-commit] r3062 - trunk/helper
ekato at freedesktop.org
ekato at freedesktop.org
Tue Jan 31 21:23:31 PST 2006
Author: ekato
Date: 2006-01-31 21:23:27 -0800 (Tue, 31 Jan 2006)
New Revision: 3062
Modified:
trunk/helper/toolbar-systray-gtk.c
Log:
* helper/toolbar-systray-gtk.c (main) : Revert r3061 since it
causes the character indicating input state unreadable.
Modified: trunk/helper/toolbar-systray-gtk.c
===================================================================
--- trunk/helper/toolbar-systray-gtk.c 2006-02-01 05:19:45 UTC (rev 3061)
+++ trunk/helper/toolbar-systray-gtk.c 2006-02-01 05:23:27 UTC (rev 3062)
@@ -62,8 +62,7 @@
tray = egg_tray_icon_new("uim");
- /* icon = uim_helper_trayicon_new(); */
- icon = uim_helper_toolbar_new();
+ icon = uim_helper_trayicon_new();
gtk_widget_show_all(icon);
More information about the uim-commit
mailing list