Commit 4bef21e3745e414348c8f7349faef490b5044493
1 parent
527e727c
Exists in
master
and in
5 other branches
FIX: update commented
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
invesalius/control.py
... | ... | @@ -57,7 +57,7 @@ class Controller(): |
57 | 57 | |
58 | 58 | Publisher.sendMessage('Load Preferences') |
59 | 59 | |
60 | - utils.CheckForUpdate() | |
60 | + #utils.CheckForUpdate() | |
61 | 61 | |
62 | 62 | |
63 | 63 | def __bind_events(self): |
... | ... | @@ -82,7 +82,7 @@ class Controller(): |
82 | 82 | Publisher.subscribe(self.OnOpenProject, 'Open project') |
83 | 83 | Publisher.subscribe(self.OnOpenRecentProject, 'Open recent project') |
84 | 84 | Publisher.subscribe(self.OnShowAnalyzeFile, 'Show analyze dialog') |
85 | - Publisher.subscribe(self.OnShowUpdateDialog, 'Show update dialog') | |
85 | + #Publisher.subscribe(self.OnShowUpdateDialog, 'Show update dialog') | |
86 | 86 | |
87 | 87 | |
88 | 88 | def OnCancelImport(self, pubsub_evt): | ... | ... |