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 /data | |
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 'data')
-rw-r--r-- | data/glade/print.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/glade/print.glade b/data/glade/print.glade index 46574ab51..c28975d01 100644 --- a/data/glade/print.glade +++ b/data/glade/print.glade @@ -474,7 +474,7 @@ </child> <child> - <widget class="GtkRadioButton" id="radiobutton1"> + <widget class="GtkRadioButton" id="selection_radiobutton"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes">_Selection</property> |