Mercurial > pidgin
comparison src/gtkprefs.c @ 11619:de413ae71cba
[gaim-migrate @ 13893]
This makes left and right tabs behave more like what we discussed.
Then I went mad and added two new tab placement options. We may
decide they completely suck and remove them, but they're kind of neat
so I thought i'd at least try.
I Broke some of the instant apply stuff. You WILL have to drag the tabs
into a new window to see them fully correctly. Basicly some stuff
will instant apply and some what. I need to fix this. Or you can
submit a patch :)
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Thu, 06 Oct 2005 02:13:39 +0000 |
parents | 9b3833da6840 |
children | 3a05b53a589e |
comparison
equal
deleted
inserted
replaced
11618:82c9c0f5e742 | 11619:de413ae71cba |
---|---|
1014 "/gaim/gtk/conversations/tab_side", | 1014 "/gaim/gtk/conversations/tab_side", |
1015 _("Top"), GTK_POS_TOP, | 1015 _("Top"), GTK_POS_TOP, |
1016 _("Bottom"), GTK_POS_BOTTOM, | 1016 _("Bottom"), GTK_POS_BOTTOM, |
1017 _("Left"), GTK_POS_LEFT, | 1017 _("Left"), GTK_POS_LEFT, |
1018 _("Right"), GTK_POS_RIGHT, | 1018 _("Right"), GTK_POS_RIGHT, |
1019 #if GTK_CHECK_VERSION(2,6,0) | |
1020 _("Left Vertical"), GTK_POS_LEFT|8, | |
1021 _("Right Vertical"), GTK_POS_RIGHT|8, | |
1022 #endif | |
1019 NULL); | 1023 NULL); |
1020 | 1024 |
1021 names = gaim_gtkconv_placement_get_options(); | 1025 names = gaim_gtkconv_placement_get_options(); |
1022 label = gaim_gtk_prefs_dropdown_from_list(hbox, _("N_ew conversations:"), | 1026 label = gaim_gtk_prefs_dropdown_from_list(hbox, _("N_ew conversations:"), |
1023 GAIM_PREF_STRING, "/gaim/gtk/conversations/placement", names); | 1027 GAIM_PREF_STRING, "/gaim/gtk/conversations/placement", names); |