[uim-commit] r1166 - trunk/helper

tkng at freedesktop.org tkng at freedesktop.org
Tue Aug 9 10:07:33 EST 2005


Author: tkng
Date: 2005-08-08 17:07:30 -0700 (Mon, 08 Aug 2005)
New Revision: 1166

Modified:
   trunk/helper/pref-gtk.c
Log:
* helper/pref-gtk.c:
 -(ok_button_clicked, apply_button_clicked): Use uim_custom_broadcast_reload_request()
   instead of uim_custom_broadcast();


Modified: trunk/helper/pref-gtk.c
===================================================================
--- trunk/helper/pref-gtk.c	2005-08-09 00:04:50 UTC (rev 1165)
+++ trunk/helper/pref-gtk.c	2005-08-09 00:07:30 UTC (rev 1166)
@@ -269,7 +269,7 @@
 
   if (uim_pref_gtk_value_changed) {
     uim_custom_save();
-    uim_custom_broadcast();
+    uim_custom_broadcast_reload_request();
     uim_pref_gtk_value_changed = FALSE;
   }
 
@@ -283,7 +283,7 @@
 
   if (uim_pref_gtk_value_changed) {
     uim_custom_save();
-    uim_custom_broadcast();
+    uim_custom_broadcast_reload_request();
     uim_pref_gtk_value_changed = FALSE;
   }
 }
@@ -443,7 +443,7 @@
 
   pref_window = window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
   
-  icon = gdk_pixbuf_new_from_file(UIM_PIXMAPSDIR "/uim-icon.png", NULL);
+  icon = gdk_pixbuf_new_from_file(UIM_PIXMAPSDIR"/uim-icon.png", NULL);
   gtk_window_set_icon(GTK_WINDOW(pref_window), icon);
 
   g_signal_connect(G_OBJECT (window), "delete_event",



More information about the uim-commit mailing list