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 | 88f01944d12a58cdb679a7f22281a38bec0c9c95 (patch) | |
tree | ed96b2b59af051fff6a88b188758f9564b4c5a9d /x11-plugins/matchbox-applet-input-manager/files | |
parent | Version bump. (diff) | |
download | historical-88f01944d12a58cdb679a7f22281a38bec0c9c95.tar.gz historical-88f01944d12a58cdb679a7f22281a38bec0c9c95.tar.bz2 historical-88f01944d12a58cdb679a7f22281a38bec0c9c95.zip |
Added a back ported patch to quieten -debug builds, Bug #95698
Package-Manager: portage-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)) |