Add some FIXMEs

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

svn path=/trunk/; revision=19854
This commit is contained in:
Federico Mena Quintero 2008-03-13 00:46:48 +00:00 committed by Federico Mena Quintero
parent b0e2c417cb
commit bb4c73e81b

View 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: