aboutsummaryrefslogtreecommitdiff
path: root/src/im-menu-item.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-12 13:08:18 -0500
committerTed Gould <ted@gould.cx>2010-08-12 13:08:18 -0500
commitc539a45070ac3d9f3036eaec40ee34025800cddc (patch)
tree7f4c937d84e9a1b5a9ae70c45dfbdeed8efb223f /src/im-menu-item.c
parent1fa02756377589c14a80c0f96426f5b902bede03 (diff)
parentada8fb9e0a3b41d1b21a3bf9b86d5be0f647051f (diff)
downloadayatana-indicator-messages-c539a45070ac3d9f3036eaec40ee34025800cddc.tar.gz
ayatana-indicator-messages-c539a45070ac3d9f3036eaec40ee34025800cddc.tar.bz2
ayatana-indicator-messages-c539a45070ac3d9f3036eaec40ee34025800cddc.zip
Import upstream version 0.3.9
Diffstat (limited to 'src/im-menu-item.c')
-rw-r--r--src/im-menu-item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-menu-item.c b/src/im-menu-item.c
index 5841d81..b8b3709 100644
--- a/src/im-menu-item.c
+++ b/src/im-menu-item.c
@@ -348,7 +348,7 @@ count_cb (IndicateListener * listener, IndicateListenerServer * server, Indicate
g_free(priv->count);
}
- priv->count = g_strdup_printf("(%s)", propertydata);
+ priv->count = g_strdup_printf("%s", propertydata);
dbusmenu_menuitem_property_set(DBUSMENU_MENUITEM(self), INDICATOR_MENUITEM_PROP_RIGHT, priv->count);
return;