summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-11 05:13:56 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-11 05:13:56 +0000
commit903d706d3d66611426257cdc06e554d03fd37ac9 (patch)
treef41d4685292686f0dca0a46900a31b96760b2a9a
parent32557805bb32dadb2139e77ab00307927d50e734 (diff)
downloaddrakx-backup-do-not-use-903d706d3d66611426257cdc06e554d03fd37ac9.tar
drakx-backup-do-not-use-903d706d3d66611426257cdc06e554d03fd37ac9.tar.gz
drakx-backup-do-not-use-903d706d3d66611426257cdc06e554d03fd37ac9.tar.bz2
drakx-backup-do-not-use-903d706d3d66611426257cdc06e554d03fd37ac9.tar.xz
drakx-backup-do-not-use-903d706d3d66611426257cdc06e554d03fd37ac9.zip
(Dialog) indent
-rwxr-xr-xperl-install/standalone/drakroam16
1 files changed, 8 insertions, 8 deletions
diff --git a/perl-install/standalone/drakroam b/perl-install/standalone/drakroam
index ad6b34ed1..e256124fe 100755
--- a/perl-install/standalone/drakroam
+++ b/perl-install/standalone/drakroam
@@ -326,14 +326,14 @@ sub Disconnect {
sub Dialog {
# read file
my ($FilePointer) = @_;
-my $content = join('', cat_($FilePointer));
-# dump into a dialog
-my $AboutWindow = Gtk2::Dialog->new("Drakroam Info", $w->{window},
- 'destroy-with-parent',
- 'gtk-ok' => 'none');
-$AboutWindow->vbox->add(create_scrolled_window(Gtk2::Label->new($content)));
-$AboutWindow->signal_connect(response => sub { $_[0]->destroy });
-$AboutWindow->show_all;
+ my $content = join('', cat_($FilePointer));
+ # dump into a dialog
+ my $AboutWindow = Gtk2::Dialog->new("Drakroam Info", $w->{window},
+ 'destroy-with-parent',
+ 'gtk-ok' => 'none');
+ $AboutWindow->vbox->add(create_scrolled_window(Gtk2::Label->new($content)));
+ $AboutWindow->signal_connect(response => sub { $_[0]->destroy });
+ $AboutWindow->show_all;
}
# start GUI