diff options
author | Ted Gould <ted@canonical.com> | 2009-03-18 13:38:27 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-03-18 13:38:27 -0500 |
commit | b1110c5e34159c106a30316bd56c80c6223e6909 (patch) | |
tree | df6e9bca2586ac5132de0500939db1b43015b3dc | |
parent | 912e0e21903fdd8b0d2106bbcab77dd455892657 (diff) | |
download | ayatana-indicator-messages-b1110c5e34159c106a30316bd56c80c6223e6909.tar.gz ayatana-indicator-messages-b1110c5e34159c106a30316bd56c80c6223e6909.tar.bz2 ayatana-indicator-messages-b1110c5e34159c106a30316bd56c80c6223e6909.zip |
Adding in message.im, should have spec'd this better now there's some drift.
-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 32b6aa2..0645668 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")) { + 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); |