From f608456b0362afa8d6a3f95ea887d7400448176f Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Fri, 26 Aug 2005 23:29:46 +0000 Subject: cosmetic fix --- perl-install/standalone/draksambashare | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/draksambashare b/perl-install/standalone/draksambashare index 6f668cf88..235532e3a 100755 --- a/perl-install/standalone/draksambashare +++ b/perl-install/standalone/draksambashare @@ -630,7 +630,6 @@ sub modify_printers_entry { } # update gui SimpleList remove_entry($selected, $printer_list); - my $share = $share_name->get_text; push @{$printer_list->{data}}, [ $pixbuf_printer, $share, @@ -893,7 +892,7 @@ sub remove_user { system("smbpasswd -x $user"); } -sub get_user { +sub get_user() { my $conf = "/etc/passwd"; my @data; local $_; foreach (cat_($conf)) { -- cgit v1.2.1