diff options
author | Juan R. Garcia Blanco <jgblanco.mail@gmail.com> | 2011-09-22 15:03:09 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-26 18:07:24 +0800 |
commit | 23ecdf691227368b7d914908aeaa6666fd46c890 (patch) | |
tree | f20977919226090684d393a379b11d3efd44fa36 /src/empathy-main-window.h | |
parent | 0a2d4299c996e583867d5028bc247ac86ace4b0b (diff) | |
download | gsoc2013-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-main-window.h')
-rw-r--r-- | src/empathy-main-window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-main-window.h b/src/empathy-main-window.h index cb0ae3cf0..af4c1924e 100644 --- a/src/empathy-main-window.h +++ b/src/empathy-main-window.h @@ -55,6 +55,8 @@ GtkWidget *empathy_main_window_dup (void); void empathy_main_window_show_preferences (EmpathyMainWindow *window, const gchar *tab); +void empathy_main_window_set_shell_running (EmpathyMainWindow *window, + gboolean shell_running); G_END_DECLS |