From 7401f96c20c17033ff6c5642467527808fe6dfcd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 27 Jan 2003 08:34:19 +0000 Subject: - explain why is there a wrapper and what's the universes - untabify menudrake launchers --- menus_launcher.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menus_launcher.pl') diff --git a/menus_launcher.pl b/menus_launcher.pl index 3175dea0..7a621690 100755 --- a/menus_launcher.pl +++ b/menus_launcher.pl @@ -45,7 +45,7 @@ $combo->set_popdown_strings("root", sort(map { } &list_passwd())); $table->attach($combo, 2, 3, 1, 2, 'fill', 'fill', 0, 0); my $b2 = gtksignal_connect(Gtk2::Button->new(N("Configure...")), - clicked => sub { my $a = $combo->entry->get_text(); system($a eq "root" ? "$bindir/menudrake --usermenu &" : " su $a -c \"$bindir/menudrake &\"") }); + clicked => sub { my $a = $combo->entry->get_text(); system($a eq "root" ? "$bindir/menudrake --usermenu &" : " su $a -c \"$bindir/menudrake &\"") }); $table->attach($b2, 1, 2, 1, 2, 'fill', 'fill', 0, 0); $vbox->pack_start(Gtk2::HSeparator->new, 0, 0, 5); my $bbox = Gtk2::HButtonBox->new; -- cgit v1.2.1