summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xbin/draksambashare2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 60d677c..a735e05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- draksambashare:
+ o fix empty user list (mga#12530)
+
2.19
- translation updates
diff --git a/bin/draksambashare b/bin/draksambashare
index d28aa39..9fb8749 100755
--- a/bin/draksambashare
+++ b/bin/draksambashare
@@ -898,7 +898,7 @@ sub modify_user_info {
$dialog->set_position('center');
$dialog->set_resizable(0);
if ($todo eq "add") {
- $buser = Gtk3::ComboBox->new_with_strings([ get_user() ]);
+ $buser = Gtk3::ComboBoxText->new_with_strings([ get_user() ]);
$buser->set_wrap_width(3);
} else {
$buser = Gtk3::Label->new;