summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-09 20:32:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-09 20:32:25 +0000
commit8ce48e0454f969b01ea6ff1b3c670e3891c08c48 (patch)
tree3caaebffb58679771ac69688066e9c65b2c8a92b /perl-install/install_gtk.pm
parentebdb9def9a22b8509321b7dd8c271bceb9d73c62 (diff)
downloaddrakx-backup-do-not-use-8ce48e0454f969b01ea6ff1b3c670e3891c08c48.tar
drakx-backup-do-not-use-8ce48e0454f969b01ea6ff1b3c670e3891c08c48.tar.gz
drakx-backup-do-not-use-8ce48e0454f969b01ea6ff1b3c670e3891c08c48.tar.bz2
drakx-backup-do-not-use-8ce48e0454f969b01ea6ff1b3c670e3891c08c48.tar.xz
drakx-backup-do-not-use-8ce48e0454f969b01ea6ff1b3c670e3891c08c48.zip
remove code handling setstep
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm
index 9342b2296..cb9610859 100644
--- a/perl-install/install_gtk.pm
+++ b/perl-install/install_gtk.pm
@@ -156,7 +156,6 @@ sub create_steps_window {
$darea->signal_connect(enter_notify_event => sub { $in_button = 1; $draw_pix->($f->('-on')) });
$darea->signal_connect(leave_notify_event => sub { undef $in_button; $draw_pix->($f->('')) });
$darea->signal_connect(button_press_event => sub { $draw_pix->($f->('-click')) });
- $darea->signal_connect(button_release_event => sub { $in_button && die "setstep $step_name\n" });
}
gtkpack_(Gtk2::HBox->new(0,5), 0, $darea, 0, Gtk2::Label->new(translate($step->{text})));
} grep {