[uim-commit] r415 - trunk/helper

tkng at freedesktop.org tkng at freedesktop.org
Sun Jan 30 22:16:11 PST 2005


Author: tkng
Date: 2005-01-30 22:16:08 -0800 (Sun, 30 Jan 2005)
New Revision: 415

Modified:
   trunk/helper/pref-gtk.c
Log:
* helper/pref-gtk.c:
 -(update_custom_type_choice_cb): Commented out experimental code.


Modified: trunk/helper/pref-gtk.c
===================================================================
--- trunk/helper/pref-gtk.c	2005-01-31 06:12:13 UTC (rev 414)
+++ trunk/helper/pref-gtk.c	2005-01-31 06:16:08 UTC (rev 415)
@@ -611,12 +611,12 @@
 			 OBJECT_DATA_UIM_CUSTOM, custom,
 			 (GDestroyNotify) uim_custom_free);
   gtk_widget_set_sensitive(combobox, custom->is_active);
-
+  /*
   item = custom->range->as_choice.valid_items;
 
   if(item == NULL || *item == NULL)
     return;
-
+  
   g_signal_handlers_disconnect_by_func(G_OBJECT(combobox), (gpointer)custom_combo_box_changed, NULL);
 
   gtk_cell_layout_clear(GTK_CELL_LAYOUT(combobox));
@@ -633,6 +633,7 @@
   gtk_combo_box_set_active(GTK_COMBO_BOX(combobox), default_index);
   g_signal_connect(G_OBJECT(combobox), "changed",
 		   G_CALLBACK(custom_combo_box_changed), NULL);
+  */
 }
 
 static void



More information about the Uim-commit mailing list