Gentoo Archives: gentoo-commits

From: "Yuri Vasilevski (yvasilev)" <yvasilev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/matchbox-applet-input-manager/files: matchbox-applet-input-manager-0.6-sssh_debug.patch
Date: Wed, 06 Feb 2008 20:24:50
Message-Id: E1JMqp5-0002nA-TF@stork.gentoo.org
1 yvasilev 08/02/06 20:24:47
2
3 Added: matchbox-applet-input-manager-0.6-sssh_debug.patch
4 Log:
5 Added a back ported patch to quieten -debug builds, Bug #95698
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.1 x11-plugins/matchbox-applet-input-manager/files/matchbox-applet-input-manager-0.6-sssh_debug.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-input-manager/files/matchbox-applet-input-manager-0.6-sssh_debug.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-input-manager/files/matchbox-applet-input-manager-0.6-sssh_debug.patch?rev=1.1&content-type=text/plain
13
14 Index: matchbox-applet-input-manager-0.6-sssh_debug.patch
15 ===================================================================
16 Index: mb-applet-input-manager-0.6/mbinputmgr-tray.c
17 ===================================================================
18 --- mb-applet-input-manager-0.6/mbinputmgr-tray.c {cset 0f2cc092-505c-44d3-bcdf-2b07f6f6942d}
19 +++ mb-applet-input-manager-0.6/mbinputmgr-tray.c {local clone}
20 @@ -257,13 +257,17 @@ xevent_callback (MBTrayApp *app, XEvent
21 {
22 if (ev->type == ClientMessage)
23 {
24 +#ifdef DEBUG
25 printf("beep\n");
26 +#endif
27
28 XClientMessageEvent *cmev = (XClientMessageEvent *)&ev->xconfigure;
29
30 if (cmev->message_type == AtomIMActivate)
31 {
32 +#ifdef DEBUG
33 printf("beep\n");
34 +#endif
35
36 /* De Activate */
37 if (cmev->data.l[0] == 0 && mbinputmgr_method_active(Inpmgr_state))
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list