gtk+ r19825 - trunk/gtk



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]