[uim-commit] r3061 - trunk/helper

ekato at freedesktop.org ekato at freedesktop.org
Tue Jan 31 21:19:49 PST 2006


Author: ekato
Date: 2006-01-31 21:19:45 -0800 (Tue, 31 Jan 2006)
New Revision: 3061

Modified:
   trunk/helper/toolbar-systray-gtk.c
Log:
* helper/toolbar-systray-gtk.c (main) : Use
  uim_helper_toolbar_new() instead of uim_helper_trayicon_new() to
  show all the icons.


Modified: trunk/helper/toolbar-systray-gtk.c
===================================================================
--- trunk/helper/toolbar-systray-gtk.c	2006-02-01 04:30:08 UTC (rev 3060)
+++ trunk/helper/toolbar-systray-gtk.c	2006-02-01 05:19:45 UTC (rev 3061)
@@ -62,7 +62,8 @@
 
   tray = egg_tray_icon_new("uim");
 
-  icon = uim_helper_trayicon_new();
+  /* icon = uim_helper_trayicon_new(); */
+  icon = uim_helper_toolbar_new();
 
   gtk_widget_show_all(icon);
 



More information about the uim-commit mailing list