summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-03-20 17:13:17 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-03-20 17:13:17 +0000
commit36063e918a2d24ced245db291ffccc77c217d3a8 (patch)
tree1b16e2fee48bf7a37fb539c367ad281bf63e0245 /x11-misc/bubblemon/files
parentalpha/sparc stable wrt #304033 (diff)
downloadgentoo-2-36063e918a2d24ced245db291ffccc77c217d3a8.tar.gz
gentoo-2-36063e918a2d24ced245db291ffccc77c217d3a8.tar.bz2
gentoo-2-36063e918a2d24ced245db291ffccc77c217d3a8.zip
Fix showing up wrt #310399 by Roman Dobosz.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/bubblemon/files')
-rw-r--r--x11-misc/bubblemon/files/bubblemon-1.46-no_display.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-misc/bubblemon/files/bubblemon-1.46-no_display.patch b/x11-misc/bubblemon/files/bubblemon-1.46-no_display.patch
new file mode 100644
index 000000000000..d1f1f0168d2d
--- /dev/null
+++ b/x11-misc/bubblemon/files/bubblemon-1.46-no_display.patch
@@ -0,0 +1,24 @@
+http://bugs.gentoo.org/310399
+
+--- bubblemon.c
++++ bubblemon.c
+@@ -44,7 +44,7 @@
+ */
+ #define _GNU_SOURCE
+
+-#define VERSION "1.41"
++#define VERSION "1.46"
+
+ /* general includes */
+ #include <stdio.h>
+@@ -607,10 +607,7 @@
+
+ gdk_window_show(bm.win);
+ XSetWMHints(GDK_WINDOW_XDISPLAY(bm.win), win, &wmhints);
+-#ifdef KDE_DOCKAPP
+- /* makes the dockapp visible inside KDE wm */
+ gdk_window_show(bm.iconwin);
+-#endif
+
+ /* We begin with zero bubbles */
+ bm.n_bubbles = 0;