From 2fd2bf207155ebeb4303569e39770c358282eb36 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 12 Aug 2010 09:25:35 -0500 Subject: Removing the parenthesis --- src/im-menu-item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3