Display a message to the user when the mountpoint name they have
chosen is invalid. Skip checking when the format type has no mountpoint.
---
iw/lvm_dialog_gui.py | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/iw/lvm_dialog_gui.py b/iw/lvm_dialog_gui.py
index 7d1a262..2e9fda2 100644
--- a/iw/lvm_dialog_gui.py
+++ b/iw/lvm_dialog_gui.py
@@ -31,6 +31,7 @@ from partition_ui_helpers_gui import *
from constants import *
from storage.devices import *
from storage.deviceaction import *
+from partIntfHelpers import *