mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 09:00:42 -05:00
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:
parent
4b8a05b803
commit
1b00ca6158
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user