aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-06-22 16:09:15 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-22 17:01:52 -0700
commit7071bf0e238138f17254b66525d790d176b49a6f (patch)
treeee0fbd4e0cdcfa8e58036aa9e1528626b2bc9b5b /qt-ui
parent35a4ef88be9e347b2aa5099a72411d9b1dae9284 (diff)
downloadsubsurface-7071bf0e238138f17254b66525d790d176b49a6f.tar.gz
Do not mess with dive location automatically
This might be what the user wanted, but also might not be it. So wait for the user to request it manually. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/mainwindow.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 349b84aec..fd85b2c8a 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -1542,9 +1542,6 @@ void MainWindow::loadFiles(const QStringList fileNames)
addRecentFile(fileNames);
removeRecentFile(failedParses);
- // searches for geo lookup information in a thread so it doesn`t
- // freezes the ui.
- ReverseGeoLookupThread::instance()->start();
refreshDisplay();
ui.actionAutoGroup->setChecked(autogroup);