Skip to content

Commit

Permalink
WIP: :home InputField do not notify
Browse files Browse the repository at this point in the history
>> This commit could be squashed into 28c88e8 <<
  • Loading branch information
dgdavid committed Feb 6, 2019
1 parent 7c3ae17 commit fbe6ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/users/dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def EditUserDialog(what)

home_w = VBox(
# textentry label
InputField(Id(:home), Opt(:hstretch, :notify), _("&Home Directory"), home),
InputField(Id(:home), Opt(:hstretch), _("&Home Directory"), home),
action != "edited" ?
Empty() :
HBox(
Expand Down

0 comments on commit fbe6ae4

Please sign in to comment.