summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-04-12 14:40:16 +0000
committerFrancois Pons <fpons@mandriva.com>2000-04-12 14:40:16 +0000
commitf767bf7493bd00eae8719d5c590ef0c7366fe59a (patch)
treee9eda9c1697c3583194632466ec745daf960d097 /perl-install/install_steps_gtk.pm
parent270af6008741d1a94b885668072eb5fc51b906bc (diff)
downloaddrakx-f767bf7493bd00eae8719d5c590ef0c7366fe59a.tar
drakx-f767bf7493bd00eae8719d5c590ef0c7366fe59a.tar.gz
drakx-f767bf7493bd00eae8719d5c590ef0c7366fe59a.tar.bz2
drakx-f767bf7493bd00eae8719d5c590ef0c7366fe59a.tar.xz
drakx-f767bf7493bd00eae8719d5c590ef0c7366fe59a.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 97cc61553..889c4060d 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -689,7 +689,8 @@ sub create_steps_window {
my $w = new Gtk::Button('');
$w->set_name($t);
$w->set_usize(0, 7);
- gtksignal_connect($w, clicked => sub {
+ gtksignal_connect($w, clicked => sub {
+ $::no_theme_change and return; #- no theme wanted!
$::setstep or return; #- just as setstep s
install_theme($o, $t); die "theme_changed\n"
});