[uim-commit] r474 - trunk/helper
makeinu at freedesktop.org
makeinu at freedesktop.org
Tue Feb 1 23:40:58 PST 2005
Author: makeinu
Date: 2005-02-01 23:40:55 -0800 (Tue, 01 Feb 2005)
New Revision: 474
Modified:
trunk/helper/toolbar-systray-gtk.c
Log:
* helper/toolbar-systray-gtk.c:
(main): create tray icon.
Modified: trunk/helper/toolbar-systray-gtk.c
===================================================================
--- trunk/helper/toolbar-systray-gtk.c 2005-02-01 23:22:29 UTC (rev 473)
+++ trunk/helper/toolbar-systray-gtk.c 2005-02-02 07:40:55 UTC (rev 474)
@@ -56,6 +56,8 @@
tray = egg_tray_icon_new("uim");
+ icon = uim_helper_trayicon_new();
+
gtk_widget_show_all(icon);
gtk_container_add(GTK_CONTAINER(tray), icon);
More information about the Uim-commit
mailing list