Mercurial > pidgin.yaz
comparison src/gtkprefs.c @ 8942:06f47021ddd3
[gaim-migrate @ 9712]
Eradicate the "Sending message removes away status" preference.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 16 May 2004 00:39:03 +0000 |
parents | 71fddf3f340d |
children | 48f1b020136b |
comparison
equal
deleted
inserted
replaced
8941:71fddf3f340d | 8942:06f47021ddd3 |
---|---|
1610 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | 1610 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); |
1611 | 1611 |
1612 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); | 1612 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); |
1613 | 1613 |
1614 vbox = gaim_gtk_make_frame (ret, _("Away")); | 1614 vbox = gaim_gtk_make_frame (ret, _("Away")); |
1615 #if 0 /* PREFSLASH04 */ | |
1616 gaim_gtk_prefs_checkbox(_("_Sending messages removes away status"), | |
1617 "/core/conversations/away_back_on_send", vbox); | |
1618 #endif /* PREFSLASH04 */ | |
1619 gaim_gtk_prefs_checkbox(_("_Queue new messages when away"), | 1615 gaim_gtk_prefs_checkbox(_("_Queue new messages when away"), |
1620 "/gaim/gtk/away/queue_messages", vbox); | 1616 "/gaim/gtk/away/queue_messages", vbox); |
1621 | 1617 |
1622 vbox = gaim_gtk_make_frame (ret, _("Auto-response")); | 1618 vbox = gaim_gtk_make_frame (ret, _("Auto-response")); |
1623 #if 0 /* PREFSLASH04 */ | 1619 #if 0 /* PREFSLASH04 */ |