2015-04-19 16:00:01 +00:00
|
|
|
diff -aur a/src/mainwindow.cpp b/src/mainwindow.cpp
|
|
|
|
--- a/src/mainwindow.cpp
|
|
|
|
+++ b/src/mainwindow.cpp
|
2015-11-01 08:51:16 +00:00
|
|
|
@@ -232,7 +232,7 @@ void MainWindow::lazyInit() {
|
2014-08-04 19:00:37 +00:00
|
|
|
|
2015-11-01 08:51:16 +00:00
|
|
|
ChannelAggregator::instance()->start();
|
2014-08-04 19:00:37 +00:00
|
|
|
|
|
|
|
- checkForUpdate();
|
|
|
|
+ //checkForUpdate();
|
2015-04-19 16:00:01 +00:00
|
|
|
|
2015-11-01 08:51:16 +00:00
|
|
|
initialized = true;
|
|
|
|
}
|