diff options
author | Yuri Vasilevski <yvasilev@gentoo.org> | 2008-02-06 20:24:47 +0000 |
---|---|---|
committer | Yuri Vasilevski <yvasilev@gentoo.org> | 2008-02-06 20:24:47 +0000 |
commit | 213bcd5854ff34c70e821d013ae6414140335070 (patch) | |
tree | 8965b99a5f58566b72c614df732353c18b555e87 /x11-plugins/matchbox-applet-input-manager/files | |
parent | Version bump. (diff) | |
download | gentoo-2-213bcd5854ff34c70e821d013ae6414140335070.tar.gz gentoo-2-213bcd5854ff34c70e821d013ae6414140335070.tar.bz2 gentoo-2-213bcd5854ff34c70e821d013ae6414140335070.zip |
Added a back ported patch to quieten -debug builds, Bug #95698
(Portage version: 2.1.4.1)
Diffstat (limited to 'x11-plugins/matchbox-applet-input-manager/files')
-rw-r--r-- | x11-plugins/matchbox-applet-input-manager/files/matchbox-applet-input-manager-0.6-sssh_debug.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-plugins/matchbox-applet-input-manager/files/matchbox-applet-input-manager-0.6-sssh_debug.patch b/x11-plugins/matchbox-applet-input-manager/files/matchbox-applet-input-manager-0.6-sssh_debug.patch new file mode 100644 index 000000000000..cd3f231bf0be --- /dev/null +++ b/x11-plugins/matchbox-applet-input-manager/files/matchbox-applet-input-manager-0.6-sssh_debug.patch @@ -0,0 +1,22 @@ +Index: mb-applet-input-manager-0.6/mbinputmgr-tray.c +=================================================================== +--- mb-applet-input-manager-0.6/mbinputmgr-tray.c {cset 0f2cc092-505c-44d3-bcdf-2b07f6f6942d} ++++ mb-applet-input-manager-0.6/mbinputmgr-tray.c {local clone} +@@ -257,13 +257,17 @@ xevent_callback (MBTrayApp *app, XEvent + { + if (ev->type == ClientMessage) + { ++#ifdef DEBUG + printf("beep\n"); ++#endif + + XClientMessageEvent *cmev = (XClientMessageEvent *)&ev->xconfigure; + + if (cmev->message_type == AtomIMActivate) + { ++#ifdef DEBUG + printf("beep\n"); ++#endif + + /* De Activate */ + if (cmev->data.l[0] == 0 && mbinputmgr_method_active(Inpmgr_state)) |