From 1396ab4d4d799a7d51c8ac24b39921e81c900152 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Fri, 24 Aug 2012 18:41:21 +0200 Subject: Request showing the chat section also when the app is not running --- src/app-section.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/app-section.c') 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; } -- cgit v1.2.3