diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-11-05 21:33:53 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-05 21:33:53 +0800 |
commit | cf267d03537f9e647a9ee60fc7916de89ad6721f (patch) | |
tree | 05701f67c58c8c902d1d04d064e71b1d047469bc /data | |
parent | c36c58b6c786360ff45ff8f907d6142b1bfc94c5 (diff) | |
download | gsoc2013-epiphany-cf267d03537f9e647a9ee60fc7916de89ad6721f.tar gsoc2013-epiphany-cf267d03537f9e647a9ee60fc7916de89ad6721f.tar.gz gsoc2013-epiphany-cf267d03537f9e647a9ee60fc7916de89ad6721f.tar.bz2 gsoc2013-epiphany-cf267d03537f9e647a9ee60fc7916de89ad6721f.tar.lz gsoc2013-epiphany-cf267d03537f9e647a9ee60fc7916de89ad6721f.tar.xz gsoc2013-epiphany-cf267d03537f9e647a9ee60fc7916de89ad6721f.tar.zst gsoc2013-epiphany-cf267d03537f9e647a9ee60fc7916de89ad6721f.zip |
Set "Print Selection" insensitive when there is no selection. Ported from
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):
* lib/ephy-dialog.c: (impl_run):
Set "Print Selection" insensitive when there is no selection.
Ported from galeon.
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> |