comparison src/gtkprefs.c @ 5573:5e7de337a053

[gaim-migrate @ 5976] Account saving and loading _mostly_ works. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 23:57:11 +0000
parents fb4f7bd7525c
children b07aa997ddd8
comparison
equal deleted inserted replaced
5572:dfdea22a7153 5573:5e7de337a053
1440 1440
1441 vbox = gaim_gtk_make_frame (ret, _("Away")); 1441 vbox = gaim_gtk_make_frame (ret, _("Away"));
1442 prefs_checkbox(_("_Sending messages removes away status"), 1442 prefs_checkbox(_("_Sending messages removes away status"),
1443 "/core/conversations/away_back_on_send", vbox); 1443 "/core/conversations/away_back_on_send", vbox);
1444 prefs_checkbox(_("_Queue new messages when away"), 1444 prefs_checkbox(_("_Queue new messages when away"),
1445 "/plugins/gtk/docklet/queue_messages", vbox); 1445 "/gaim/gtk/away/queue_messages", vbox);
1446 1446
1447 vbox = gaim_gtk_make_frame (ret, _("Auto-response")); 1447 vbox = gaim_gtk_make_frame (ret, _("Auto-response"));
1448 hbox = gtk_hbox_new(FALSE, 0); 1448 hbox = gtk_hbox_new(FALSE, 0);
1449 gtk_container_add(GTK_CONTAINER(vbox), hbox); 1449 gtk_container_add(GTK_CONTAINER(vbox), hbox);
1450 prefs_labeled_spin_button(hbox, _("Seconds before _resending:"), 1450 prefs_labeled_spin_button(hbox, _("Seconds before _resending:"),
2696 /* Accounts Dialog */ 2696 /* Accounts Dialog */
2697 gaim_prefs_add_none("/gaim/gtk/accounts"); 2697 gaim_prefs_add_none("/gaim/gtk/accounts");
2698 gaim_prefs_add_none("/gaim/gtk/accounts/dialog"); 2698 gaim_prefs_add_none("/gaim/gtk/accounts/dialog");
2699 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/width", 550); 2699 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/width", 550);
2700 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/height", 250); 2700 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/height", 250);
2701
2702 /* Away Queueing */
2703 gaim_prefs_add_none("/gaim/gtk/away");
2704 gaim_prefs_add_bool("/gaim/gtk/away/queue_messages", FALSE);
2701 2705
2702 /* Browsers */ 2706 /* Browsers */
2703 gaim_prefs_add_none("/gaim/gtk/browsers"); 2707 gaim_prefs_add_none("/gaim/gtk/browsers");
2704 gaim_prefs_add_bool("/gaim/gtk/browsers/new_window", FALSE); 2708 gaim_prefs_add_bool("/gaim/gtk/browsers/new_window", FALSE);
2705 gaim_prefs_add_string("/gaim/gtk/browsers/command", ""); 2709 gaim_prefs_add_string("/gaim/gtk/browsers/command", "");