gnome-terminal r2700 - trunk/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-terminal r2700 - trunk/src
- Date: Thu, 29 May 2008 19:46:24 +0000 (UTC)
Author: chpe
Date: Thu May 29 19:46:24 2008
New Revision: 2700
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2700&view=rev
Log:
Remove some more 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:24 2008
@@ -833,7 +833,7 @@
g_string_free (string, TRUE);
}
else
- g_print ("Unhandled value type %s\n", g_type_name (G_PARAM_SPEC_VALUE_TYPE (pspec)));
+ g_print ("Unhandled value type %s of pspec %s\n", g_type_name (G_PARAM_SPEC_VALUE_TYPE (pspec)), pspec->name);
}
static gboolean
@@ -869,14 +869,9 @@
g_warning ("Failed to commit the changeset to gconf: %s", error->message);
g_error_free (error);
}
- else
- g_print ("Successfully committed the changeset to gconf!\n");
gconf_change_set_unref (changeset);
- if (priv->save_idle_id != 0)
- g_warning ("ATTENTION! Committing the changeset seems to have dirtied some pspecs!??\n");
-
return FALSE; /* don't run again */
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]