blob: a5f496e92b2df9e2ea677befbb6b8aa8208a0b5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- minitube-2.5.1.orig/src/mainwindow.cpp
+++ minitube-2.5.1/src/mainwindow.cpp
@@ -232,8 +232,6 @@
ChannelAggregator::instance()->start();
- checkForUpdate();
-
initialized = true;
}
|