Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/gtkprefs.c Wed Oct 05 02:57:36 2005 +0000 +++ b/src/gtkprefs.c Thu Oct 06 02:13:39 2005 +0000 @@ -1016,6 +1016,10 @@ _("Bottom"), GTK_POS_BOTTOM, _("Left"), GTK_POS_LEFT, _("Right"), GTK_POS_RIGHT, +#if GTK_CHECK_VERSION(2,6,0) + _("Left Vertical"), GTK_POS_LEFT|8, + _("Right Vertical"), GTK_POS_RIGHT|8, +#endif NULL); names = gaim_gtkconv_placement_get_options();
