diff --git a/qubesmanager/settings.py b/qubesmanager/settings.py
index f49a833..d0242ce 100755
--- a/qubesmanager/settings.py
+++ b/qubesmanager/settings.py
@@ -433,8 +433,8 @@ class VMSettingsWindow(Ui_SettingsDialog, QDialog):
self.max_mem_size.setEnabled(self.include_in_balancing.isChecked())
#paths
- self.dir_path.setText(self.vm.dir_path)
- self.config_path.setText(self.vm.conf_file)
+ self.dir_path.setText('REMOVE ME') # TODO
+ self.config_path.setText('REMOVE ME') # TODO
try:
self.root_img_path.setText(self.vm.template.root_img)
except AttributeError:
diff --git a/ui/settingsdlg.ui b/ui/settingsdlg.ui
index d8c233d..872991b 100644
--- a/ui/settingsdlg.ui
+++ b/ui/settingsdlg.ui
@@ -6,8 +6,8 @@
0
0
- 704
- 485
+ 708
+ 529
@@ -29,7 +29,7 @@
- 0
+ 1
@@ -541,81 +541,41 @@
QFormLayout::AllNonFixedFieldsGrow
-
-
-
- dir:
-
-
-
- -
-
-
-
- 50
- false
-
-
-
- dir_path
-
-
-
- -
-
-
- config:
-
-
-
- -
-
-
-
- 50
- false
-
-
-
- config_path
-
-
-
- -
root img:
- -
+
-
root_img_path
- -
+
-
root volatile img:
- -
+
-
volatile_path
- -
+
-
private img:
- -
+
-
private_path