diff options
author | Federico Mena Quintero <federico@gnu.org> | 2008-03-13 00:46:48 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2008-03-13 00:46:48 +0000 |
commit | bb4c73e81b0eea6bcf97d6f6796f0fb093c27e44 (patch) | |
tree | 0161cd7c62e10fbbb70bc0ab893c41228430c41a /gtk/gtkfilechooserentry.c | |
parent | b0e2c417cb33b42f298e53c74664751f30155c95 (diff) | |
download | gtk+-bb4c73e81b0eea6bcf97d6f6796f0fb093c27e44.tar.gz |
Add some FIXMEs
Signed-off-by: Federico Mena Quintero <federico@gnu.org>
svn path=/trunk/; revision=19854
Diffstat (limited to 'gtk/gtkfilechooserentry.c')
-rw-r--r-- | gtk/gtkfilechooserentry.c | 4 |
1 files changed, 3 insertions, 1 deletions
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: |