[uim-commit] r2471 - trunk/helper
ekato at freedesktop.org
ekato at freedesktop.org
Thu Dec 8 21:01:35 PST 2005
Author: ekato
Date: 2005-12-08 21:01:32 -0800 (Thu, 08 Dec 2005)
New Revision: 2471
Modified:
trunk/helper/pref-gtk-custom-widgets.c
Log:
* helper/pref-gtk-custom-widgets.c (add_custom_type_pathname) :
Fix sensitivity.
Modified: trunk/helper/pref-gtk-custom-widgets.c
===================================================================
--- trunk/helper/pref-gtk-custom-widgets.c 2005-12-09 02:50:49 UTC (rev 2470)
+++ trunk/helper/pref-gtk-custom-widgets.c 2005-12-09 05:01:32 UTC (rev 2471)
@@ -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