mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Add some FIXMEs
Signed-off-by: Federico Mena Quintero <federico@gnu.org> svn path=/trunk/; revision=19854
This commit is contained in:
parent
b0e2c417cb
commit
bb4c73e81b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user