gtk+ r19825 - trunk/gtk
- From: federico svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r19825 - trunk/gtk
- Date: Thu, 13 Mar 2008 00:37:28 +0000 (GMT)
Author: federico
Date: Thu Mar 13 00:37:27 2008
New Revision: 19825
URL: http://svn.gnome.org/viewvc/gtk+?rev=19825&view=rev
Log:
More debug printfs for populating the completion store
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:37:27 2008
@@ -768,6 +768,8 @@
path = tmp_list->data;
+ printf ("Getting info for %s\n", (char *) path);
+
info = gtk_file_folder_get_info (chooser_entry->current_folder,
path,
NULL); /* NULL-GError */
@@ -798,6 +800,8 @@
gtk_entry_completion_set_model (gtk_entry_get_completion (GTK_ENTRY (chooser_entry)),
GTK_TREE_MODEL (chooser_entry->completion_store));
+
+ printf ("Finished populating completion store\n");
}
/* When we finish loading the current folder, this function should get called to
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]