aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-11-03 02:53:36 +0800
committerChristian Persch <chpe@src.gnome.org>2003-11-03 02:53:36 +0800
commit3a4e04be99f31b2fbf4515efd5bc369630dc4006 (patch)
tree716f2315bc6d1bb9bf9948917c41788cece72539 /ChangeLog
parent1ea57d5ec0e658a86e5eb61842c34dcbc1f54120 (diff)
downloadgsoc2013-epiphany-3a4e04be99f31b2fbf4515efd5bc369630dc4006.tar
gsoc2013-epiphany-3a4e04be99f31b2fbf4515efd5bc369630dc4006.tar.gz
gsoc2013-epiphany-3a4e04be99f31b2fbf4515efd5bc369630dc4006.tar.bz2
gsoc2013-epiphany-3a4e04be99f31b2fbf4515efd5bc369630dc4006.tar.lz
gsoc2013-epiphany-3a4e04be99f31b2fbf4515efd5bc369630dc4006.tar.xz
gsoc2013-epiphany-3a4e04be99f31b2fbf4515efd5bc369630dc4006.tar.zst
gsoc2013-epiphany-3a4e04be99f31b2fbf4515efd5bc369630dc4006.zip
Don't unref the print dialogue twice when shown from mozilla.
2003-11-02 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/PrintingPromptService.cpp: * embed/print-dialog.c: (print_dialog_new), (print_dialog_new_with_parent), (print_dialog_print), (print_cancel_button_cb), (print_preview_button_cb): Don't unref the print dialogue twice when shown from mozilla.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8acf33032..73833d29e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2003-11-02 Christian Persch <chpe@cvs.gnome.org>
+ * embed/mozilla/PrintingPromptService.cpp:
+ * embed/print-dialog.c: (print_dialog_new),
+ (print_dialog_new_with_parent), (print_dialog_print),
+ (print_cancel_button_cb), (print_preview_button_cb):
+
+ Don't unref the print dialogue twice when shown from
+ mozilla.
+
+2003-11-02 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/mozilla-embed.cpp: (impl_print):
Unset silent mode after printing, should fix bug #125984.