Mercurial > pidgin
diff libpurple/server.c @ 16424:4999bbc52881
Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Wed, 25 Apr 2007 23:55:56 +0000 |
| parents | 32c366eeeb99 |
| children | 08db93bbd798 |
line wrap: on
line diff
--- a/libpurple/server.c Wed Apr 25 18:40:34 2007 +0000 +++ b/libpurple/server.c Wed Apr 25 23:55:56 2007 +0000 @@ -138,7 +138,7 @@ * XXX - If "only auto-reply when away & idle" is set, then shouldn't * this only reset lar->sent if we're away AND idle? */ - auto_reply_pref = purple_prefs_get_string("/core/away/auto_reply"); + auto_reply_pref = purple_prefs_get_string("/purple/away/auto_reply"); if ((gc->flags & PURPLE_CONNECTION_AUTO_RESP) && !purple_presence_is_available(presence) && strcmp(auto_reply_pref, "never")) { @@ -503,7 +503,7 @@ const gchar *auto_reply_pref; const char *away_msg = NULL; - auto_reply_pref = purple_prefs_get_string("/core/away/auto_reply"); + auto_reply_pref = purple_prefs_get_string("/purple/away/auto_reply"); presence = purple_account_get_presence(account); status = purple_presence_get_active_status(presence);
