summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-25 00:48:39 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:28 +0200
commit7137102232cea1957339c148a8f04016d8fc7b27 (patch)
treef6f1c4bc7db5425bbea9cc8eea156eb9592da6e9 /desktop/source/app/app.cxx
parentc7f0ff340305d83d80498f4b8f7d39183cf1c441 (diff)
use consistent method names
Change-Id: I19e066b7e4c4ba1fc1b0802e80260a6d9b0d9b9a
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 7bb7286af8ca..f664d6e969e5 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1487,7 +1487,7 @@ int Desktop::Main()
bool bValidUpdateDirExists = aDirectoryItem.is();
if (bValidUpdateDirExists)
{
- Update();
+ update();
}
}