Now avoids to delete the user HOME directory
This commit is contained in:
parent
7f24e891ec
commit
acbc254bc8
1 changed files with 1 additions and 1 deletions
|
|
@ -44,8 +44,8 @@ class create_disk_window:
|
|||
wcreate_window.show_all()
|
||||
self.on_iface_changed(None)
|
||||
retval = wcreate_window.run()
|
||||
self.path = self.wpath.get_current_folder()
|
||||
self.name = self.wname.get_text()
|
||||
self.path = os.path.join(self.wpath.get_current_folder(),self.name)
|
||||
self.shutdown = wshutdown.get_active()
|
||||
wcreate_window.destroy()
|
||||
if (retval == 1):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue