summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-08-26 16:06:47 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-08-26 16:06:47 +0000
commitf20a2c1276af1cfcb9761c695fc14a26e899a0d1 (patch)
tree0df0e4fcf708585f4d4ccd29926b65a6e26da159
parent67992339f53468dc6dfb7ae91fb6892298641dd3 (diff)
downloaddrakx-backup-do-not-use-f20a2c1276af1cfcb9761c695fc14a26e899a0d1.tar
drakx-backup-do-not-use-f20a2c1276af1cfcb9761c695fc14a26e899a0d1.tar.gz
drakx-backup-do-not-use-f20a2c1276af1cfcb9761c695fc14a26e899a0d1.tar.bz2
drakx-backup-do-not-use-f20a2c1276af1cfcb9761c695fc14a26e899a0d1.tar.xz
drakx-backup-do-not-use-f20a2c1276af1cfcb9761c695fc14a26e899a0d1.zip
fix double-click pb in user tab
-rwxr-xr-xperl-install/standalone/draksambashare2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksambashare b/perl-install/standalone/draksambashare
index 5367dbadc..69017c4bf 100755
--- a/perl-install/standalone/draksambashare
+++ b/perl-install/standalone/draksambashare
@@ -1005,7 +1005,7 @@ $printer_list->signal_connect(button_press_event => sub {
$user_list->signal_connect(button_press_event => sub {
my (undef, $event) = @_;
my ($selected) = $user_list->get_selected_indices;
- $user_list->{data}[$selected][0] and modify_user_pass($selected) if $event->type eq '2button-press';
+ $user_list->{data}[$selected][0] and modify_user_info($user_list->{data}[$selected][0], "", "change") if $event->type eq '2button-press';
});
# create menu