diff options
author | Ted Gould <ted@canonical.com> | 2009-03-15 10:50:50 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-03-15 10:50:50 -0500 |
commit | 772b8553ed4c398ce4e73b37198444745febf64e (patch) | |
tree | 83facde3614f9f59d8ffa7309b85343517acf9dc | |
parent | 34c84145647ea961ab5fc32f03b34742b3f3a129 (diff) | |
download | ayatana-indicator-messages-772b8553ed4c398ce4e73b37198444745febf64e.tar.gz ayatana-indicator-messages-772b8553ed4c398ce4e73b37198444745febf64e.tar.bz2 ayatana-indicator-messages-772b8553ed4c398ce4e73b37198444745febf64e.zip |
Bad truth
-rw-r--r-- | src/app-menu-item.c | 2 |
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); |