Update some FIXMEs

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

svn path=/trunk/; revision=19822
This commit is contained in:
Federico Mena Quintero 2008-03-13 00:36:18 +00:00 committed by Federico Mena Quintero
parent a6bdc59213
commit b25ec8e40e

View File

@ -1053,7 +1053,7 @@ static void
clear_completion_callback (GtkFileChooserEntry *chooser_entry, clear_completion_callback (GtkFileChooserEntry *chooser_entry,
GParamSpec *pspec) 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_signal_connect (chooser_entry, "notify::cursor-position",
G_CALLBACK (clear_completion_callback), NULL); G_CALLBACK (clear_completion_callback), NULL);
g_signal_connect (chooser_entry, "notify::selection-bound", g_signal_connect (chooser_entry, "notify::selection-bound",