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

gtk/gtkfilechooserentry.c

index 54d94fab6e0016e1fa55290cc69b5e35ad050167..5b77329b8009bd3b4ed52ec09f103ebd1c9759eb 100644 (file)
@@ -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: