[uim-commit] r2472 - branches/1.0/helper

ekato at freedesktop.org ekato at freedesktop.org
Thu Dec 8 21:02:28 PST 2005


Author: ekato
Date: 2005-12-08 21:02:23 -0800 (Thu, 08 Dec 2005)
New Revision: 2472

Modified:
   branches/1.0/helper/pref-gtk-custom-widgets.c
Log:
* helper/pref-gtk-custom-widgets.c : Port r2471 from trunk.


Modified: branches/1.0/helper/pref-gtk-custom-widgets.c
===================================================================
--- branches/1.0/helper/pref-gtk-custom-widgets.c	2005-12-09 05:01:32 UTC (rev 2471)
+++ branches/1.0/helper/pref-gtk-custom-widgets.c	2005-12-09 05:02:23 UTC (rev 2472)
@@ -377,7 +377,6 @@
 
 
 
-/* FIXME: make pathname widget activity-sensitive */
 static void
 custom_pathname_button_clicked_cb(GtkWidget *button, GtkWidget *entry)
 {
@@ -435,6 +434,7 @@
 
   g_signal_connect(G_OBJECT(button), "clicked",
 		   G_CALLBACK(custom_pathname_button_clicked_cb), entry);
+  uim_custom_cb_add(custom->symbol, entry, update_custom_type_string_cb);
 }
 
 



More information about the uim-commit mailing list