1
0
Fork 0

remove debug statements (*blush*)

2008-03-07  Thomas Thurman  <tthurman@gnome.org>

        * src/core/prefs.c (mouse_button_mods_handler): remove
	debug statements (*blush*)


svn path=/trunk/; revision=3629
This commit is contained in:
Thomas Thurman 2008-03-07 03:02:44 +00:00 committed by Thomas James Alexander Thurman
parent 4b8a05b803
commit 1b00ca6158
2 changed files with 6 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2008-03-07 Thomas Thurman <tthurman@gnome.org>
* src/core/prefs.c (mouse_button_mods_handler): remove
debug statements (*blush*)
2008-03-06 Thomas Thurman <tthurman@gnome.org>
* configure.in: Post-release bump to 2.23.2.

View file

@ -1291,20 +1291,15 @@ mouse_button_mods_handler (MetaPreference pref,
{
MetaVirtualModifier mods;
meta_warning("and here we are. SV is %s\n", string_value);
meta_warning(//topic (META_DEBUG_KEYBINDINGS,
meta_topic (META_DEBUG_KEYBINDINGS,
"Mouse button modifier has new gconf value \"%s\"\n",
string_value);
meta_warning("%d\n", __LINE__);
if (meta_ui_parse_modifier (string_value, &mods))
{
meta_warning("%d\n", __LINE__);
mouse_button_mods = mods;
}
else
{
meta_warning("%d\n", __LINE__);
meta_topic (META_DEBUG_KEYBINDINGS,
"Failed to parse new gconf value\n");
@ -1314,7 +1309,6 @@ mouse_button_mods_handler (MetaPreference pref,
*inform_listeners = FALSE;
}
meta_warning("%d\n", __LINE__);
}
static gboolean