gnome-terminal r2701 - trunk/src



Author: chpe
Date: Thu May 29 19:46:29 2008
New Revision: 2701
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2701&view=rev

Log:
Less debug spew.


Modified:
   trunk/src/terminal-profile.c

Modified: trunk/src/terminal-profile.c
==============================================================================
--- trunk/src/terminal-profile.c	(original)
+++ trunk/src/terminal-profile.c	Thu May 29 19:46:29 2008
@@ -982,10 +982,8 @@
         continue;
 
       if ((pspec->flags & G_PARAM_WRITABLE) == 0 ||
-          (pspec->flags & G_PARAM_CONSTRUCT_ONLY) != 0) {
-        g_print ("SKIPPING pspec %s due to flags\n", pspec->name);
+          (pspec->flags & G_PARAM_CONSTRUCT_ONLY) != 0)
         continue;
-      }
 
       for (j = 0; j < n_construct_properties; ++j)
         if (pspec == construct_params[j].pspec)



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