From 95302a30a839e654d2dd0a574063a00c8437d97d Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 14 Mar 2003 23:19:40 +0000 Subject: Reload embed when changing charset 2003-03-15 Marco Pesenti Gritti * embed/mozilla/EphyWrapper.cpp: * embed/mozilla/EphyWrapper.h: * embed/mozilla/mozilla-embed.cpp: Reload embed when changing charset * embed/print-dialog.c: (print_get_info): Correct colors flag --- embed/print-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/print-dialog.c') diff --git a/embed/print-dialog.c b/embed/print-dialog.c index 09929376c..7ea025fa1 100755 --- a/embed/print-dialog.c +++ b/embed/print-dialog.c @@ -296,7 +296,7 @@ print_get_info (EphyDialog *dialog) info->pages = g_value_get_int (&pages); ephy_dialog_get_value (dialog, COLOR_PROP, &print_color); - info->print_color = g_value_get_int (&print_color); + info->print_color = !g_value_get_int (&print_color); ephy_dialog_get_value (dialog, ORIENTATION_PROP, &orientation); info->orientation = g_value_get_int (&orientation); -- cgit v1.2.3