aboutsummaryrefslogtreecommitdiff
path: root/src/app-menu-item.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app-menu-item.c')
-rw-r--r--src/app-menu-item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-menu-item.c b/src/app-menu-item.c
index 0d5fb85..1ab2ba8 100644
--- a/src/app-menu-item.c
+++ b/src/app-menu-item.c
@@ -167,7 +167,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.im") && 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);