From bb4c73e81b0eea6bcf97d6f6796f0fb093c27e44 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 13 Mar 2008 00:46:48 +0000 Subject: [PATCH] Add some FIXMEs Signed-off-by: Federico Mena Quintero svn path=/trunk/; revision=19854 --- gtk/gtkfilechooserentry.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index 54d94fab6e..5b77329b80 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -1036,7 +1036,7 @@ start_explicit_completion (GtkFileChooserEntry *chooser_entry) beep (chooser_entry); pop_up_completion_feedback (chooser_entry, _("Invalid path")); - /* FIXME: present a tooltip to tell the user that his folder is invalid */ + /* FIXME: make refresh_up_to_cursor_position() return a GError, and show that instead of "invalid path" */ chooser_entry->load_complete_action = LOAD_COMPLETE_NOTHING; return; @@ -1728,6 +1728,8 @@ _gtk_file_chooser_entry_set_action (GtkFileChooserEntry *chooser_entry, comp = gtk_entry_get_completion (GTK_ENTRY (chooser_entry)); + /* FIXME: do we need to actually set the following? */ + switch (action) { case GTK_FILE_CHOOSER_ACTION_OPEN: