gtk+ r19819 - trunk/gtk
- From: federico svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r19819 - trunk/gtk
- Date: Thu, 13 Mar 2008 00:35:09 +0000 (GMT)
Author: federico
Date: Thu Mar 13 00:35:08 2008
New Revision: 19819
URL: http://svn.gnome.org/viewvc/gtk+?rev=19819&view=rev
Log:
Add some more 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:35:08 2008
@@ -684,10 +684,15 @@
gtk_editable_set_position (editable, sel_end);
}
else
- append_common_prefix (chooser_entry, FALSE);
+ {
+ /* FIXME: append the common prefix, *or* pop up the suggestion window if there is no prefix */
+ append_common_prefix (chooser_entry, FALSE);
+ }
/* Trigger the completion window to pop up again by a
* zero-length insertion, a bit of a hack.
+ *
+ * FIXME: this should be removed here, as it is contemplated by the case above.
*/
gtk_editable_insert_text (editable, "", -1, &pos);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]