aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-preferences.h
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-preferences.h
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-preferences.h')
-rw-r--r--src/empathy-preferences.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-preferences.h b/src/empathy-preferences.h
index fef0646d7..b8b126bd8 100644
--- a/src/empathy-preferences.h
+++ b/src/empathy-preferences.h
@@ -64,7 +64,8 @@ typedef enum
GType empathy_preferences_get_type (void);
-GtkWidget *empathy_preferences_new (GtkWindow *parent);
+GtkWidget *empathy_preferences_new (GtkWindow *parent,
+ gboolean shell_running);
void empathy_preferences_show_tab (EmpathyPreferences *self,
const gchar *tab);