comparison src/prefs.c @ 1580:cca00ea4408a

[gaim-migrate @ 1590] okay committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 15 Mar 2001 16:46:58 +0000
parents d7d3ae0071b4
children 55bb0e870537
comparison
equal deleted inserted replaced
1579:14ebefc5648b 1580:cca00ea4408a
120 gtk_widget_show(box); 120 gtk_widget_show(box);
121 121
122 label = gtk_label_new(_("All options take effect immediately unless otherwise noted.")); 122 label = gtk_label_new(_("All options take effect immediately unless otherwise noted."));
123 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5); 123 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5);
124 gtk_widget_show(label); 124 gtk_widget_show(label);
125
126 /*
127 prefrem = gaim_button(_("Remember password"), &general_options, OPT_GEN_REMEMBER_PASS, box);
128 gtk_signal_connect(GTK_OBJECT(prefrem), "destroy", GTK_SIGNAL_FUNC(remdes), 0);
129 gaim_button(_("Auto-login"), &general_options, OPT_GEN_AUTO_LOGIN, box);
130
131 sep = gtk_hseparator_new();
132 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);
133 gtk_widget_show(sep);
134 */
135 125
136 gaim_button(_("Use borderless buttons (requires restart for some buttons)"), &display_options, 126 gaim_button(_("Use borderless buttons (requires restart for some buttons)"), &display_options,
137 OPT_DISP_COOL_LOOK, box); 127 OPT_DISP_COOL_LOOK, box);
138 gaim_button(_("Show Buddy Ticker after restart"), &display_options, OPT_DISP_SHOW_BUDDYTICKER, 128 gaim_button(_("Show Buddy Ticker after restart"), &display_options, OPT_DISP_SHOW_BUDDYTICKER,
139 box); 129 box);