comparison src/prefs.c @ 4960:42bd8ab53234

[gaim-migrate @ 5294] I "made" some status icons for ICQ away states. They suck. Someone with some skills of an artist please to try improve them. Or even just whichever one you hate the most. Really, new icons are welcome. Email them to mark izat kingant dizot net and we'll put them under consideration. I actually think the DND and free for chat icons look pretty nice. The NA on the NA icon is not readable enough. The invisible is plain and not very meaningful. The occupied is not easily discernable and stupid. I also removed the option to have buddy list tabs at the top or bottom of the buddy list. And I took out my April Fools joke. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 02 Apr 2003 06:32:54 +0000
parents aa273fba7b09
children 307c16c4b57e
comparison
equal deleted inserted replaced
4959:6ae40a9c5514 4960:42bd8ab53234
707 _("Left"), OPT_CHAT_SIDE_TAB, 707 _("Left"), OPT_CHAT_SIDE_TAB,
708 _("Right"), OPT_CHAT_SIDE_TAB | OPT_CHAT_BR_TAB, NULL); 708 _("Right"), OPT_CHAT_SIDE_TAB | OPT_CHAT_BR_TAB, NULL);
709 gtk_size_group_add_widget(sg, dd); 709 gtk_size_group_add_widget(sg, dd);
710 gaim_button(_("Show all c_hats in one tabbed window"), &chat_options, OPT_CHAT_ONE_WINDOW, 710 gaim_button(_("Show all c_hats in one tabbed window"), &chat_options, OPT_CHAT_ONE_WINDOW,
711 vbox); 711 vbox);
712
713 vbox = make_frame (ret, _("Buddy List Tabs"));
714 dd = gaim_dropdown(vbox, _("Tab _placement:"), &blist_options, OPT_BLIST_BOTTOM_TAB,
715 _("Top"), 0,
716 _("Bottom"), OPT_BLIST_BOTTOM_TAB, NULL);
717 gtk_size_group_add_widget(sg, dd);
718 712
719 vbox = make_frame (ret, _("Tab Options")); 713 vbox = make_frame (ret, _("Tab Options"));
720 button = gaim_button(_("Show _close button on tabs."), &convo_options, OPT_CONVO_NO_X_ON_TAB, vbox); 714 button = gaim_button(_("Show _close button on tabs."), &convo_options, OPT_CONVO_NO_X_ON_TAB, vbox);
721 convo_options ^= OPT_CONVO_NO_X_ON_TAB; 715 convo_options ^= OPT_CONVO_NO_X_ON_TAB;
722 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(button), !gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(button))); 716 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(button), !gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(button)));