diff options
author | Jürg Billeter <j@bitron.ch> | 2005-07-24 05:31:19 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-24 05:31:19 +0800 |
commit | 057680fd0b25cc7bf90598f50bd2088ca4aa87ac (patch) | |
tree | f4580dd6c00b2707304b231a043502654e8aa4cd /ChangeLog | |
parent | 7c8cd0db552da2366754cd7616e3ae9baec3b33a (diff) | |
download | gsoc2013-epiphany-057680fd0b25cc7bf90598f50bd2088ca4aa87ac.tar gsoc2013-epiphany-057680fd0b25cc7bf90598f50bd2088ca4aa87ac.tar.gz gsoc2013-epiphany-057680fd0b25cc7bf90598f50bd2088ca4aa87ac.tar.bz2 gsoc2013-epiphany-057680fd0b25cc7bf90598f50bd2088ca4aa87ac.tar.lz gsoc2013-epiphany-057680fd0b25cc7bf90598f50bd2088ca4aa87ac.tar.xz gsoc2013-epiphany-057680fd0b25cc7bf90598f50bd2088ca4aa87ac.tar.zst gsoc2013-epiphany-057680fd0b25cc7bf90598f50bd2088ca4aa87ac.zip |
Use libgnomeprintui for the printing dialog and the paper part of the
2005-07-22 Jürg Billeter <j@bitron.ch>
* configure.ac:
* data/glade/print.glade:
* embed/mozilla/EphyUtils.cpp:
* embed/mozilla/EphyUtils.h:
* embed/mozilla/PrintingPromptService.cpp:
* embed/mozilla/PrintingPromptService.h:
* embed/print-dialog.c: (ephy_print_info_free),
(ephy_print_load_config_from_file),
(ephy_print_save_config_to_file), (ephy_print_get_print_info),
(ephy_print_dialog_response_cb), (ephy_print_do_print_idle_cb),
(ephy_print_do_print_and_free), (ephy_print_paper_selector_new),
(ephy_print_dialog_construct_range_page), (ephy_print_dialog_new),
(ephy_print_setup_dialog_new):
* embed/print-dialog.h:
Use libgnomeprintui for the printing dialog and the paper part of the
printing setup dialog. Fixes bug #141241, bug #163255 and bug #301730.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2005-07-22 Jürg Billeter <j@bitron.ch> + + * configure.ac: + * data/glade/print.glade: + * embed/mozilla/EphyUtils.cpp: + * embed/mozilla/EphyUtils.h: + * embed/mozilla/PrintingPromptService.cpp: + * embed/mozilla/PrintingPromptService.h: + * embed/print-dialog.c: (ephy_print_info_free), + (ephy_print_load_config_from_file), + (ephy_print_save_config_to_file), (ephy_print_get_print_info), + (ephy_print_dialog_response_cb), (ephy_print_do_print_idle_cb), + (ephy_print_do_print_and_free), (ephy_print_paper_selector_new), + (ephy_print_dialog_construct_range_page), (ephy_print_dialog_new), + (ephy_print_setup_dialog_new): + * embed/print-dialog.h: + + Use libgnomeprintui for the printing dialog and the paper part of the + printing setup dialog. Fixes bug #141241, bug #163255 and bug #301730. + 2005-07-21 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: |