gtk+ r19822 - trunk/gtk



Author: federico
Date: Thu Mar 13 00:36:18 2008
New Revision: 19822
URL: http://svn.gnome.org/viewvc/gtk+?rev=19822&view=rev

Log:
Update some FIXMEs

Signed-off-by: Federico Mena Quintero <federico gnu org>


Modified:
   trunk/gtk/gtkfilechooserentry.c

Modified: trunk/gtk/gtkfilechooserentry.c
==============================================================================
--- trunk/gtk/gtkfilechooserentry.c	(original)
+++ trunk/gtk/gtkfilechooserentry.c	Thu Mar 13 00:36:18 2008
@@ -1053,7 +1053,7 @@
 clear_completion_callback (GtkFileChooserEntry *chooser_entry,
 			   GParamSpec          *pspec)
 {
-  /* FIXME: this was in the constructor for the chooser entry
+  /* FIXME: this was in the constructor for the chooser entry.  In those vmethods, we have to clear has_completion or something.
   g_signal_connect (chooser_entry, "notify::cursor-position",
 		    G_CALLBACK (clear_completion_callback), NULL);
   g_signal_connect (chooser_entry, "notify::selection-bound",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]