diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-11-03 02:53:36 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-03 02:53:36 +0800 |
commit | 3a4e04be99f31b2fbf4515efd5bc369630dc4006 (patch) | |
tree | 716f2315bc6d1bb9bf9948917c41788cece72539 /ChangeLog | |
parent | 1ea57d5ec0e658a86e5eb61842c34dcbc1f54120 (diff) | |
download | gsoc2013-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |