comparison src/gtkprefs.c @ 12123:355c7acbb61d

[gaim-migrate @ 14423] Renamed /core/status/default and /core/status/idleaway to /core/savedstatus/default and /core/savedstatus/idleaway, and removed to redundant calls to set the 'default' pref /core/savedstatus/default is set by gaim_savedstatus_activate() in savedstatus.c committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 18 Nov 2005 03:45:01 +0000
parents e75ef7aa913e
children 9f34340f2445
comparison
equal deleted inserted replaced
12122:9b06c216e362 12123:355c7acbb61d
1700 1700
1701 /* 1701 /*
1702 * TODO: Need to allow users to choose a GaimSavedStatus 1702 * TODO: Need to allow users to choose a GaimSavedStatus
1703 * to use when going idle-away. Or figure out a 1703 * to use when going idle-away. Or figure out a
1704 * better UI for this. Set the preference 1704 * better UI for this. Set the preference
1705 * "/core/status/idleaway" to the name of the 1705 * "/core/savedstatus/idleaway" to the name of the
1706 * GaimSavedStatus to use. 1706 * GaimSavedStatus to use.
1707 * 1707 *
1708 */ 1708 */
1709 1709
1710 if (!gaim_prefs_get_bool("/core/away/away_when_idle")) { 1710 if (!gaim_prefs_get_bool("/core/away/away_when_idle")) {