diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-24 19:16:41 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-24 19:16:41 +0200 |
commit | ae735e195693b4179fca9e878c1518109a6fc6cd (patch) | |
tree | 51d5c0a3cc53e502ab542a2fb835f615a1bf33d3 /src/app-section.c | |
parent | 46afe09c08473953b919b6a45f54c7ce73cc2112 (diff) | |
parent | 4376e3e3650b18b421b53f2d441f7e74cabb70f1 (diff) | |
download | ayatana-indicator-messages-ae735e195693b4179fca9e878c1518109a6fc6cd.tar.gz ayatana-indicator-messages-ae735e195693b4179fca9e878c1518109a6fc6cd.tar.bz2 ayatana-indicator-messages-ae735e195693b4179fca9e878c1518109a6fc6cd.zip |
Backported fixes from trunk up to r291
Diffstat (limited to 'src/app-section.c')
-rw-r--r-- | src/app-section.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/app-section.c b/src/app-section.c index 1574892..0487fbb 100644 --- a/src/app-section.c +++ b/src/app-section.c @@ -695,6 +695,5 @@ app_section_get_uses_chat_status (AppSection *self) { AppSectionPrivate * priv = self->priv; - /* chat status is only useful when the app is running */ - return priv->uses_chat_status && priv->source_actions; + return priv->uses_chat_status; } |