summaryrefslogtreecommitdiff
path: root/community/cairo-dock-plugins/applet-host-ias.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/cairo-dock-plugins/applet-host-ias.patch')
-rwxr-xr-xcommunity/cairo-dock-plugins/applet-host-ias.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/community/cairo-dock-plugins/applet-host-ias.patch b/community/cairo-dock-plugins/applet-host-ias.patch
new file mode 100755
index 000000000..a5316704f
--- /dev/null
+++ b/community/cairo-dock-plugins/applet-host-ias.patch
@@ -0,0 +1,17 @@
+=== modified file 'Status-Notifier/src/applet-host-ias.c'
+--- old/Status-Notifier/src/applet-host-ias.c 2012-03-18 02:41:47 +0000
++++ new/Status-Notifier/src/applet-host-ias.c 2012-05-27 12:50:54 +0000
+@@ -238,10 +238,12 @@
+ cIconThemePath,
+ #if (INDICATOR_OLD_NAMES == 0)
+ cAccessbleDesc && *cAccessbleDesc != '\0' ? cAccessbleDesc :
++ #if (INDICATOR_APPLICATIONADDED_HAS_HINT == 1)
+ #if (INDICATOR_APPLICATIONADDED_HAS_TITLE == 1)
+ cTitle && *cTitle != '\0' ? cTitle :
+ #endif
+ #endif
++ #endif
+ cLabel
+ );
+
+