]> Pileus Git - ~andy/gtk/commitdiff
Update some FIXMEs
authorFederico Mena Quintero <federico@gnu.org>
Thu, 13 Mar 2008 00:36:18 +0000 (00:36 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Thu, 13 Mar 2008 00:36:18 +0000 (00:36 +0000)
Signed-off-by: Federico Mena Quintero <federico@gnu.org>
svn path=/trunk/; revision=19822

gtk/gtkfilechooserentry.c

index 6c1e9c7a7d8ffb794ef79748517a327c7e4cbe78..0b4d246aa5539c4ec1bd373de2bc64dc5c43d3e5 100644 (file)
@@ -1053,7 +1053,7 @@ static void
 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",