gtk+ r19854 - trunk/gtk
- From: federico svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r19854 - trunk/gtk
- Date: Thu, 13 Mar 2008 00:46:48 +0000 (GMT)
Author: federico
Date: Thu Mar 13 00:46:48 2008
New Revision: 19854
URL: http://svn.gnome.org/viewvc/gtk+?rev=19854&view=rev
Log:
Add some FIXMEs
Signed-off-by: Federico Mena Quintero <federico gnu org>
Modified:
trunk/gtk/gtkfilechooserentry.c
Modified: trunk/gtk/gtkfilechooserentry.c
==============================================================================
--- trunk/gtk/gtkfilechooserentry.c (original)
+++ trunk/gtk/gtkfilechooserentry.c Thu Mar 13 00:46:48 2008
@@ -1036,7 +1036,7 @@
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 @@
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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]