gimp r26630 - in branches/soc-2008-tagging: . app/core app/widgets



Author: aurisj
Date: Sun Aug 17 20:12:18 2008
New Revision: 26630
URL: http://svn.gnome.org/viewvc/gimp?rev=26630&view=rev

Log:
2008-08-17  Aurimas JuÅka  <aurisj svn gnome org>

	* app/core/gimptagcache.c (gimp_tag_cache_save):
	* app/widgets/gimptagentry.c (gimp_tag_entry_commit_tags):
	removed debugging output.



Modified:
   branches/soc-2008-tagging/ChangeLog
   branches/soc-2008-tagging/app/core/gimptagcache.c
   branches/soc-2008-tagging/app/widgets/gimptagentry.c

Modified: branches/soc-2008-tagging/app/core/gimptagcache.c
==============================================================================
--- branches/soc-2008-tagging/app/core/gimptagcache.c	(original)
+++ branches/soc-2008-tagging/app/core/gimptagcache.c	Sun Aug 17 20:12:18 2008
@@ -379,7 +379,6 @@
   g_string_append (buf, "</tag_cache>\n");
 
   filename = g_build_filename (gimp_directory (), GIMP_TAG_CACHE_FILE, NULL);
-  printf ("writing tag cache to %s\n", filename);
   error = NULL;
   if (!g_file_set_contents (filename, buf->str, buf->len, &error))
     {

Modified: branches/soc-2008-tagging/app/widgets/gimptagentry.c
==============================================================================
--- branches/soc-2008-tagging/app/widgets/gimptagentry.c	(original)
+++ branches/soc-2008-tagging/app/widgets/gimptagentry.c	Sun Aug 17 20:12:18 2008
@@ -1797,9 +1797,6 @@
   gboolean      found_region;
   gint          cursor_position;
 
-  printf ("commiting tags ...\n");
-  printf ("commit mask (b): '%s'\n", tag_entry->mask->str);
-
   cursor_position = gtk_editable_get_position (GTK_EDITABLE (tag_entry));
 
   do
@@ -1885,8 +1882,6 @@
 
   gtk_editable_set_position (GTK_EDITABLE (tag_entry), cursor_position);
   gimp_tag_entry_strip_extra_whitespace (tag_entry);
-
-  printf ("commit mask (a): '%s'\n", tag_entry->mask->str);
 }
 
 static gboolean



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]