summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-08-26 10:45:41 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-08-26 10:45:41 +0000
commit7b6e8345e243e1366bd1e5b89d460cd4137f9fda (patch)
treefeb6cfec4a97415823437abe3819ca6a7b5f0060 /perl-install
parent4022f9ebf5a5a50d4e3adda5e3f9bc75ef3b2192 (diff)
downloaddrakx-backup-do-not-use-7b6e8345e243e1366bd1e5b89d460cd4137f9fda.tar
drakx-backup-do-not-use-7b6e8345e243e1366bd1e5b89d460cd4137f9fda.tar.gz
drakx-backup-do-not-use-7b6e8345e243e1366bd1e5b89d460cd4137f9fda.tar.bz2
drakx-backup-do-not-use-7b6e8345e243e1366bd1e5b89d460cd4137f9fda.tar.xz
drakx-backup-do-not-use-7b6e8345e243e1366bd1e5b89d460cd4137f9fda.zip
re-enable set_rules_hint
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/draksambashare1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/draksambashare b/perl-install/standalone/draksambashare
index f1720bca8..2e61b88c0 100755
--- a/perl-install/standalone/draksambashare
+++ b/perl-install/standalone/draksambashare
@@ -765,6 +765,7 @@ sub add_data_printer_list {
# create model
add_data_share_list($share_list);
add_data_printer_list($printer_list);
+$_->set_rules_hint(1) foreach $share_list, $printer_list;
my $window = ugtk2->new("DrakSamba $version");
$::main_window = $window->{real_window};