From 5d7e356e05dfdc71ea29ada80d4d613984b9aea5 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 18 Mar 2009 10:03:59 -0500 Subject: Wrong name --- src/app-menu-item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/app-menu-item.c b/src/app-menu-item.c index 8badd70..32b6aa2 100644 --- a/src/app-menu-item.c +++ b/src/app-menu-item.c @@ -175,7 +175,7 @@ type_cb (IndicateListener * listener, IndicateListenerServer * server, gchar * v priv->type = g_strdup(value); - if (g_strcmp0(priv->type, "message.im") && g_strcmp0(priv->type, "message.micro")) { + if (!g_strcmp0(priv->type, "message.instant") || !g_strcmp0(priv->type, "message.micro")) { /* For IM and Microblogging we want the individual items, not a count */ priv->count_on_label = TRUE; update_label(self); -- cgit v1.2.3