diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-03-12 10:22:47 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2010-03-13 00:47:09 +0800 |
commit | c448b89bb4f18377818b7802f4cb66ba47e3fe04 (patch) | |
tree | 5e87eee375c0e4886d906c0b82c710774c41bd10 /libempathy-gtk | |
parent | 2d9cbe355d22570bbc32d2cde0d7942adab355e0 (diff) | |
download | gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.tar gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.tar.gz gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.tar.bz2 gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.tar.lz gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.tar.xz gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.tar.zst gsoc2013-empathy-c448b89bb4f18377818b7802f4cb66ba47e3fe04.zip |
Migrate butterfly logs to remove the network ID suffix.
Bug #612519 contains much more information about this change.
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-conf.h b/libempathy-gtk/empathy-conf.h index 2a74c1da5..21e3b3810 100644 --- a/libempathy-gtk/empathy-conf.h +++ b/libempathy-gtk/empathy-conf.h @@ -82,6 +82,7 @@ struct _EmpathyConfClass { #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_BUTTERFLY_LOGS_MIGRATED EMPATHY_PREFS_PATH "/butterfly_logs_migrated" #define EMPATHY_PREFS_FILE_TRANSFER_DEFAULT_FOLDER EMPATHY_PREFS_PATH "/file_transfer/default_folder" #define EMPATHY_PREFS_LOCATION_PUBLISH EMPATHY_PREFS_PATH "/location/publish" #define EMPATHY_PREFS_LOCATION_RESOURCE_NETWORK EMPATHY_PREFS_PATH "/location/resource_network" |