aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-preferences.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-12-06 22:31:58 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-12-06 22:31:58 +0800
commite0de4a5f2a254beef02021573c57543dfd33311f (patch)
treee515549717771ce1d566a004aec1df6669264207 /libempathy-gtk/empathy-preferences.h
parent17b31a900a57de69d2a222683dea403b2d8a3346 (diff)
downloadgsoc2013-empathy-e0de4a5f2a254beef02021573c57543dfd33311f.tar
gsoc2013-empathy-e0de4a5f2a254beef02021573c57543dfd33311f.tar.gz
gsoc2013-empathy-e0de4a5f2a254beef02021573c57543dfd33311f.tar.bz2
gsoc2013-empathy-e0de4a5f2a254beef02021573c57543dfd33311f.tar.lz
gsoc2013-empathy-e0de4a5f2a254beef02021573c57543dfd33311f.tar.xz
gsoc2013-empathy-e0de4a5f2a254beef02021573c57543dfd33311f.tar.zst
gsoc2013-empathy-e0de4a5f2a254beef02021573c57543dfd33311f.zip
Add a preference option to disable/enable NM support.
2007-12-06 Xavier Claessens <xclaesse@gmail.com> * data/empathy.schemas.in: * libempathy-gtk/empathy-preferences.c: * libempathy-gtk/empathy-preferences.glade: * libempathy-gtk/empathy-preferences.h: * libempathy-gtk/empathy-status-icon.c: * libempathy/empathy-idle.c: * libempathy/empathy-idle.h: Add a preference option to disable/enable NM support. svn path=/trunk/; revision=468
Diffstat (limited to 'libempathy-gtk/empathy-preferences.h')
-rw-r--r--libempathy-gtk/empathy-preferences.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-preferences.h b/libempathy-gtk/empathy-preferences.h
index 39c2994c1..e4cf122bc 100644
--- a/libempathy-gtk/empathy-preferences.h
+++ b/libempathy-gtk/empathy-preferences.h
@@ -50,6 +50,7 @@ G_BEGIN_DECLS
#define EMPATHY_PREFS_CONTACTS_SORT_CRITERIUM EMPATHY_PREFS_PATH "/contacts/sort_criterium"
#define EMPATHY_PREFS_HINTS_CLOSE_MAIN_WINDOW EMPATHY_PREFS_PATH "/hints/close_main_window"
#define EMPATHY_PREFS_SALUT_ACCOUNT_CREATED EMPATHY_PREFS_PATH "/accounts/salut_created"
+#define EMPATHY_PREFS_USE_NM EMPATHY_PREFS_PATH "/use_nm"
GtkWidget * empathy_preferences_show (GtkWindow *parent);