aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
authorJuan R. Garcia Blanco <jgblanco.mail@gmail.com>2011-09-22 15:03:09 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-26 18:07:24 +0800
commit23ecdf691227368b7d914908aeaa6666fd46c890 (patch)
treef20977919226090684d393a379b11d3efd44fa36 /src/empathy.c
parent0a2d4299c996e583867d5028bc247ac86ace4b0b (diff)
downloadgsoc2013-empathy-23ecdf691227368b7d914908aeaa6666fd46c890.tar
gsoc2013-empathy-23ecdf691227368b7d914908aeaa6666fd46c890.tar.gz
gsoc2013-empathy-23ecdf691227368b7d914908aeaa6666fd46c890.tar.bz2
gsoc2013-empathy-23ecdf691227368b7d914908aeaa6666fd46c890.tar.lz
gsoc2013-empathy-23ecdf691227368b7d914908aeaa6666fd46c890.tar.xz
gsoc2013-empathy-23ecdf691227368b7d914908aeaa6666fd46c890.tar.zst
gsoc2013-empathy-23ecdf691227368b7d914908aeaa6666fd46c890.zip
hide notifications options when in Shell
https://bugzilla.gnome.org/show_bug.cgi?id=659207
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c
index e95ad1d20..e1dab1f18 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -287,6 +287,9 @@ out:
/* Rely on GNOME Shell to watch session state */
empathy_presence_manager_set_auto_away (self->presence_mgr, FALSE);
+
+ empathy_main_window_set_shell_running (EMPATHY_MAIN_WINDOW (self->window),
+ TRUE);
}
else
{