aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-03-18 14:22:08 -0500
committerTed Gould <ted@canonical.com>2009-03-18 14:22:08 -0500
commit2ebeacae7268879e8f68bb68a18c22cd32d1afb7 (patch)
tree4bab025800d0a4f34473110f13b10a1ab76d69e3
parent9147f109cd6de709b749637c6f768d1c2bae2203 (diff)
downloadayatana-indicator-messages-2ebeacae7268879e8f68bb68a18c22cd32d1afb7.tar.gz
ayatana-indicator-messages-2ebeacae7268879e8f68bb68a18c22cd32d1afb7.tar.bz2
ayatana-indicator-messages-2ebeacae7268879e8f68bb68a18c22cd32d1afb7.zip
Making the truth correct
-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 0645668..4fe3298 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.instant") || !g_strcmp0(priv->type, "message.micro") || !g_strcmp0(priv->type, "message.im")) {
+ if (!(!g_strcmp0(priv->type, "message.instant") || !g_strcmp0(priv->type, "message.micro") || !g_strcmp0(priv->type, "message.im"))) {
/* For IM and Microblogging we want the individual items, not a count */
priv->count_on_label = TRUE;
update_label(self);