summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2009-12-19 17:54:03 -0500
committerChuck Miller <shadowmil@gmail.com>2009-12-19 17:54:03 -0500
commitd93d83cec0e4232924a098b11f391abcf903075e (patch)
treeba848c6273295ffec244adde569ea7eb64d08786 /src/main.cpp
parentcbc14c8a3c6614987d2331057e114d92336cbac0 (diff)
downloadmana-client-d93d83cec0e4232924a098b11f391abcf903075e.tar.gz
mana-client-d93d83cec0e4232924a098b11f391abcf903075e.tar.bz2
mana-client-d93d83cec0e4232924a098b11f391abcf903075e.tar.xz
mana-client-d93d83cec0e4232924a098b11f391abcf903075e.zip
Fixes functionality change broke in cbc14c8a3c6614987d2331057e114d92336cbac0, where updates are loaded even if the -d option is given
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index cd5e7ba3..016dfe9e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1009,7 +1009,7 @@ int main(int argc, char *argv[])
{
logger->log("State: UPDATE");
currentDialog = new UpdaterWindow(updateHost,
- homeDir + "/" + updatesDir);
+ homeDir + "/" + updatesDir,options.dataPath.empty());
}
break;