Skip to content

Commit

Permalink
Kickstart mode: update partition view after mountpoint change
Browse files Browse the repository at this point in the history
Signed-off-by: Vojtech Trefny <vtrefny@redhat.com>
  • Loading branch information
vojtechtrefny committed May 25, 2015
1 parent 0555a59 commit 417d1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blivetgui/blivetgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def edit_device(self, _widget=None):
action_str = _("edit {0} {1}").format(device.name, device.type)
self.list_actions.append("edit", action_str, result.actions)

if result.actions:
if result.actions or user_input.mountpoint:
self.list_partitions.update_partitions_list(self.list_devices.selected_device)

dialog.destroy()
Expand Down

0 comments on commit 417d1f9

Please sign in to comment.