diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-07-30 15:23:26 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:06 +0800 |
commit | 6388cda27235b0bb0f19fbd94eef5ca138cf075b (patch) | |
tree | ea26d1de9c9b0d32741531124505712451a1fc36 /libempathy | |
parent | f6d827a6b1006858de979d6627598fa17098ee62 (diff) | |
download | gsoc2013-empathy-6388cda27235b0bb0f19fbd94eef5ca138cf075b.tar gsoc2013-empathy-6388cda27235b0bb0f19fbd94eef5ca138cf075b.tar.gz gsoc2013-empathy-6388cda27235b0bb0f19fbd94eef5ca138cf075b.tar.bz2 gsoc2013-empathy-6388cda27235b0bb0f19fbd94eef5ca138cf075b.tar.lz gsoc2013-empathy-6388cda27235b0bb0f19fbd94eef5ca138cf075b.tar.xz gsoc2013-empathy-6388cda27235b0bb0f19fbd94eef5ca138cf075b.tar.zst gsoc2013-empathy-6388cda27235b0bb0f19fbd94eef5ca138cf075b.zip |
tpaw-gsettings: move the avatar path stuff from Empathy to tp-aw
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-gsettings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-gsettings.h b/libempathy/empathy-gsettings.h index 0a7a18c3e..6f6fb3cf2 100644 --- a/libempathy/empathy-gsettings.h +++ b/libempathy/empathy-gsettings.h @@ -73,7 +73,6 @@ G_BEGIN_DECLS #define EMPATHY_PREFS_UI_SEPARATE_CHAT_WINDOWS "separate-chat-windows" #define EMPATHY_PREFS_UI_EVENTS_NOTIFY_AREA "events-notify-area" #define EMPATHY_PREFS_UI_MAIN_WINDOW_HIDDEN "main-window-hidden" -#define EMPATHY_PREFS_UI_AVATAR_DIRECTORY "avatar-directory" #define EMPATHY_PREFS_UI_SHOW_BALANCES "show-balance-in-roster" #define EMPATHY_PREFS_UI_CHAT_WINDOW_PANED_POS "chat-window-paned-pos" #define EMPATHY_PREFS_UI_SHOW_OFFLINE "show-offline" |