diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-08-18 23:57:49 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-08-18 23:57:49 +0800 |
commit | 8daae9d4540406968b405c850586b26ca2a1699c (patch) | |
tree | 88a95060f521b50774d6c72d255b3777704807af /libempathy-gtk/empathy-conf.h | |
parent | b6385d57ac531ea4dde4e6bf5478fc47924bcb07 (diff) | |
download | gsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.tar gsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.tar.gz gsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.tar.bz2 gsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.tar.lz gsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.tar.xz gsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.tar.zst gsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.zip |
empathy-conf: rename use_nm to use_conn
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy-gtk/empathy-conf.h')
-rw-r--r-- | libempathy-gtk/empathy-conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-conf.h b/libempathy-gtk/empathy-conf.h index 2383a7edf..d8e34f6b9 100644 --- a/libempathy-gtk/empathy-conf.h +++ b/libempathy-gtk/empathy-conf.h @@ -78,7 +78,7 @@ struct _EmpathyConfClass { #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" +#define EMPATHY_PREFS_USE_CONN EMPATHY_PREFS_PATH "/use_conn" #define EMPATHY_PREFS_AUTOCONNECT EMPATHY_PREFS_PATH "/autoconnect" #define EMPATHY_PREFS_IMPORT_ASKED EMPATHY_PREFS_PATH "/import_asked" #define EMPATHY_PREFS_FILE_TRANSFER_DEFAULT_FOLDER EMPATHY_PREFS_PATH "/file_transfer/default_folder" |