comparison src/gtkprefs.c @ 11985:41d84ac57cb6

[gaim-migrate @ 14278] Getting some stuff out of my tree committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 05 Nov 2005 21:49:44 +0000
parents 19b46e4e43a0
children bfbb1798535e
comparison
equal deleted inserted replaced
11984:59494e5f7fdf 11985:41d84ac57cb6
1693 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0); 1693 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0);
1694 1694
1695 /* 1695 /*
1696 * TODO: Need to allow users to choose a GaimSavedStatus 1696 * TODO: Need to allow users to choose a GaimSavedStatus
1697 * to use when going idle-away. Or figure out a 1697 * to use when going idle-away. Or figure out a
1698 * better UI for this. 1698 * better UI for this. Set the preference
1699 * "/core/status/idleaway" to the name of the
1700 * GaimSavedStatus to use.
1701 *
1699 */ 1702 */
1700 1703
1701 if (!gaim_prefs_get_bool("/core/away/away_when_idle")) { 1704 if (!gaim_prefs_get_bool("/core/away/away_when_idle")) {
1702 gtk_widget_set_sensitive(GTK_WIDGET(select), FALSE); 1705 gtk_widget_set_sensitive(GTK_WIDGET(select), FALSE);
1703 gtk_widget_set_sensitive(GTK_WIDGET(label), FALSE); 1706 gtk_widget_set_sensitive(GTK_WIDGET(label), FALSE);