------------------------------------------------------------
revno: 193
committer: Ted Gould <[email protected]>
branch nick: trunk
timestamp: Thu 2010-08-12 09:25:35 -0500
message:
  Removing the parenthesis
modified:
  src/im-menu-item.c


--
lp:indicator-messages
https://code.launchpad.net/~indicator-applet-developers/indicator-messages/trunk

Your team ayatana-commits is subscribed to branch lp:indicator-messages.
To unsubscribe from this branch go to 
https://code.launchpad.net/~indicator-applet-developers/indicator-messages/trunk/+edit-subscription
=== modified file 'src/im-menu-item.c'
--- src/im-menu-item.c	2010-03-12 16:07:07 +0000
+++ src/im-menu-item.c	2010-08-12 14:25:35 +0000
@@ -348,7 +348,7 @@
 		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;

_______________________________________________
Mailing list: https://launchpad.net/~ayatana-commits
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ayatana-commits
More help   : https://help.launchpad.net/ListHelp

Reply via email to