diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-09 19:48:33 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-09 19:48:33 +0800 |
commit | beb301da43c57e64e781b7f5c69b2bc667f46b1d (patch) | |
tree | 32e373f5960cf673297b6162ccc039c25007e9aa /libempathy-gtk/gossip-preferences.h | |
parent | 6c4424425443b85e2bc14ee430fb8ec78521b074 (diff) | |
download | gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.tar gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.tar.gz gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.tar.bz2 gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.tar.lz gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.tar.xz gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.tar.zst gsoc2013-empathy-beb301da43c57e64e781b7f5c69b2bc667f46b1d.zip |
[darcs-to-svn @ sync with Gossip SVN 2323]
svn path=/trunk/; revision=38
Diffstat (limited to 'libempathy-gtk/gossip-preferences.h')
-rw-r--r-- | libempathy-gtk/gossip-preferences.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/gossip-preferences.h b/libempathy-gtk/gossip-preferences.h index 3d635cb61..74ecc9041 100644 --- a/libempathy-gtk/gossip-preferences.h +++ b/libempathy-gtk/gossip-preferences.h @@ -46,6 +46,7 @@ G_BEGIN_DECLS #define GOSSIP_PREFS_UI_SHOW_AVATARS GOSSIP_PREFS_PATH "/ui/show_avatars" #define GOSSIP_PREFS_UI_COMPACT_CONTACT_LIST GOSSIP_PREFS_PATH "/ui/compact_contact_list" #define GOSSIP_PREFS_CONTACTS_SHOW_OFFLINE GOSSIP_PREFS_PATH "/contacts/show_offline" +#define GOSSIP_PREFS_CONTACTS_SORT_CRITERIUM GOSSIP_PREFS_PATH "/contacts/sort_criterium" #define GOSSIP_PREFS_HINTS_CLOSE_MAIN_WINDOW GOSSIP_PREFS_PATH "/hints/close_main_window" GtkWidget * gossip_preferences_show (void); |