From b25ec8e40ee172ce9db65104ba3a8858dcda3a39 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 13 Mar 2008 00:36:18 +0000 Subject: [PATCH] Update some FIXMEs Signed-off-by: Federico Mena Quintero svn path=/trunk/; revision=19822 --- gtk/gtkfilechooserentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index 6c1e9c7a7d..0b4d246aa5 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -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",