im.pidgin.pidgin: 4e0e8656a87fbe7de3b9ef31c59eb1f0b054938f
seanegan at pidgin.im
seanegan at pidgin.im
Mon Dec 17 02:50:40 EST 2007
-----------------------------------------------------------------
Revision: 4e0e8656a87fbe7de3b9ef31c59eb1f0b054938f
Ancestor: 8378d3112937bfaee9ab5aa40d6cad662d874615
Author: seanegan at pidgin.im
Date: 2007-12-17T05:29:00
Branch: im.pidgin.pidgin
Modified files:
pidgin/gtkimhtmltoolbar.c
ChangeLog:
Patch from DHowett to fix the transposition of background and forebround colors
-------------- next part --------------
============================================================
--- pidgin/gtkimhtmltoolbar.c c1bed12bd08b213783675cf0820abf51daad271c
+++ pidgin/gtkimhtmltoolbar.c 2c3063ed8ae196a084e0a378f0e539021d0d6818
@@ -1096,8 +1096,8 @@ static void gtk_imhtmltoolbar_create_old
{PIDGIN_STOCK_TOOLBAR_TEXT_SMALLER, do_small, &toolbar->smaller_size, _("Decrease Font Size")},
{"", NULL, NULL, NULL},
{PIDGIN_STOCK_TOOLBAR_FONT_FACE, toggle_font, &toolbar->font, _("Font Face")},
- {PIDGIN_STOCK_TOOLBAR_FGCOLOR, toggle_bg_color, &toolbar->bgcolor, _("Background Color")},
- {PIDGIN_STOCK_TOOLBAR_BGCOLOR, toggle_fg_color, &toolbar->fgcolor, _("Foreground Color")},
+ {PIDGIN_STOCK_TOOLBAR_BGCOLOR, toggle_bg_color, &toolbar->bgcolor, _("Background Color")},
+ {PIDGIN_STOCK_TOOLBAR_FGCOLOR, toggle_fg_color, &toolbar->fgcolor, _("Foreground Color")},
{"", NULL, NULL, NULL},
{PIDGIN_STOCK_CLEAR, clear_formatting_cb, &toolbar->clear, _("Reset Formatting")},
{"", NULL, NULL, NULL},
More information about the Commits
mailing list