diff options
author | Ted Gould <ted@canonical.com> | 2009-03-18 10:03:59 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-03-18 10:03:59 -0500 |
commit | 5d7e356e05dfdc71ea29ada80d4d613984b9aea5 (patch) | |
tree | 736c24637ec95766af9e8717a932c15330d37ea6 | |
parent | d41675f236196e8634ab1062a28c970d89313f0a (diff) | |
download | ayatana-indicator-messages-5d7e356e05dfdc71ea29ada80d4d613984b9aea5.tar.gz ayatana-indicator-messages-5d7e356e05dfdc71ea29ada80d4d613984b9aea5.tar.bz2 ayatana-indicator-messages-5d7e356e05dfdc71ea29ada80d4d613984b9aea5.zip |
Wrong name
-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 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); |