fix method name after refactoring
This commit is contained in:
@@ -145,7 +145,7 @@ class MainWindow(QMainWindow):
|
|||||||
|
|
||||||
def dropEvent(self, e):
|
def dropEvent(self, e):
|
||||||
file = urlutils.url_to_path(e.mimeData().text())
|
file = urlutils.url_to_path(e.mimeData().text())
|
||||||
PluginRegistry.executeSingle("create_tab", file)
|
PluginRegistry.execute_single("open_file", file)
|
||||||
|
|
||||||
def _restore_window(self):
|
def _restore_window(self):
|
||||||
qsettings = CuteSettings()
|
qsettings = CuteSettings()
|
||||||
|
|||||||
Reference in New Issue
Block a user