gtk+ r19816 - trunk/gtk
- From: federico svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r19816 - trunk/gtk
- Date: Thu, 13 Mar 2008 00:33:55 +0000 (GMT)
Author: federico
Date: Thu Mar 13 00:33:55 2008
New Revision: 19816
URL: http://svn.gnome.org/viewvc/gtk+?rev=19816&view=rev
Log:
Put 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:33:55 2008
@@ -1041,6 +1041,13 @@
* When the entry is activated, cancel the load_complete_action.
* In general, cancel the load_complete_action when the entry loses the focus.
*/
+
+ /* FIXME: is ::changed too coarse? We need
+ *
+ * if insert_text, start autocompletion if the cursor is at the end
+ * if delete_text, don't do anything
+ * if cursor moves, don't do anything
+ */
}
static void
@@ -1245,6 +1252,8 @@
{
g_return_if_fail (GTK_IS_FILE_CHOOSER_ENTRY (chooser_entry));
+ /* FIXME: this may need to turn on in_change, since we don't want autocompletion to start */
+
gtk_entry_set_text (GTK_ENTRY (chooser_entry), file_part);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]