summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-09-06 10:06:19 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-09-06 10:06:19 +0000
commita9ecdfceb8875ca5dace46b45fe5bf3950280bae (patch)
treecd3c489293c9513370da7d381cd1c78a8e8c3583 /perl-install/standalone
parent8ef5a525e06308ca0ac0e0f1501b645c2efc0de5 (diff)
downloaddrakx-backup-do-not-use-a9ecdfceb8875ca5dace46b45fe5bf3950280bae.tar
drakx-backup-do-not-use-a9ecdfceb8875ca5dace46b45fe5bf3950280bae.tar.gz
drakx-backup-do-not-use-a9ecdfceb8875ca5dace46b45fe5bf3950280bae.tar.bz2
drakx-backup-do-not-use-a9ecdfceb8875ca5dace46b45fe5bf3950280bae.tar.xz
drakx-backup-do-not-use-a9ecdfceb8875ca5dace46b45fe5bf3950280bae.zip
handle delete_event in all cases
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakbackup2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup
index 8fe655cdb..7387aeb1f 100755
--- a/perl-install/standalone/drakbackup
+++ b/perl-install/standalone/drakbackup
@@ -4644,10 +4644,10 @@ sub interactive_mode {
$my_win = my_gtk->new('drakbackup');
$window1 = $my_win->{window};
unless ($::isEmbedded) {
- $my_win->{rwindow}->signal_connect (delete_event => sub { Gtk->exit(0) });
$my_win->{rwindow}->set_position(1);
$my_win->{rwindow}->set_title(_("Drakbackup"));
}
+ $my_win->{rwindow}->signal_connect (delete_event => sub { Gtk->exit(0) });
my ($pix_u_map, $pix_u_mask) = gtkcreate_png("drakbackup.540x57");
read_conf_file();