Commit f01038cc9ba12028b4d79832e638eb0797bcab8a

Authored by Thiago Franco de Moraes
1 parent 10fde79d
Exists in master

"Load data to import panel" doesnt exist anymore

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
invesalius/control.py
@@ -189,7 +189,6 @@ class Controller(): @@ -189,7 +189,6 @@ class Controller():
189 dialog.ImportEmptyDirectory(dirpath) 189 dialog.ImportEmptyDirectory(dirpath)
190 elif dirpath: 190 elif dirpath:
191 self.StartImportPanel(dirpath) 191 self.StartImportPanel(dirpath)
192 - Publisher.sendMessage("Load data to import panel", dirpath)  
193 192
194 def ShowDialogImportOtherFiles(self, id_type): 193 def ShowDialogImportOtherFiles(self, id_type):
195 # Offer to save current project if necessary 194 # Offer to save current project if necessary