diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-11-05 18:44:36 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-05 18:44:36 +0800 |
commit | e71739912e5f6359a5c999cb1566cffb8d1eb32b (patch) | |
tree | f38cf4c42ace48e1316c2a05b48e5010777061af /ChangeLog | |
parent | 749a4992249e0a51a6f013494ac2b7feec91a033 (diff) | |
download | gsoc2013-epiphany-e71739912e5f6359a5c999cb1566cffb8d1eb32b.tar gsoc2013-epiphany-e71739912e5f6359a5c999cb1566cffb8d1eb32b.tar.gz gsoc2013-epiphany-e71739912e5f6359a5c999cb1566cffb8d1eb32b.tar.bz2 gsoc2013-epiphany-e71739912e5f6359a5c999cb1566cffb8d1eb32b.tar.lz gsoc2013-epiphany-e71739912e5f6359a5c999cb1566cffb8d1eb32b.tar.xz gsoc2013-epiphany-e71739912e5f6359a5c999cb1566cffb8d1eb32b.tar.zst gsoc2013-epiphany-e71739912e5f6359a5c999cb1566cffb8d1eb32b.zip |
Only allow choosing "Selection" if there really is one.
2003-11-05 Christian Persch <chpe@cvs.gnome.org>
* data/glade/print.glade:
* embed/print-dialog.c: (impl_show), (print_dialog_class_init),
(print_dialog_new), (print_dialog_new_with_parent),
(print_dialog_print), (print_dialog_preview),
(print_cancel_button_cb), (print_preview_button_cb):
Only allow choosing "Selection" if there really is one.
* lib/ephy-dialog.c: (impl_run):
Use ephy_dialog_show() when running an EphyDialog.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2003-11-05 Christian Persch <chpe@cvs.gnome.org> + + * data/glade/print.glade: + * embed/print-dialog.c: (impl_show), (print_dialog_class_init), + (print_dialog_new), (print_dialog_new_with_parent), + (print_dialog_print), (print_dialog_preview), + (print_cancel_button_cb), (print_preview_button_cb): + + Only allow choosing "Selection" if there really is one. + + * lib/ephy-dialog.c: (impl_run): + + Use ephy_dialog_show() when running an EphyDialog. + 2003-11-05 Marco Pesenti Gritti <marco@gnome.org> * lib/ephy-gui.c: (ephy_gui_help): |