diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2017-10-02 14:35:36 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-02 08:54:03 -0700 |
commit | 15c4fadde9b880bd81ad441296227536985c7084 (patch) | |
tree | 27808113cd4032d6a22cb13b9a597864db75f25c /desktop-widgets/plugins/facebook/facebook_integration.cpp | |
parent | e662ce1cec935e13b7f3c078e527e1b05dfeaceb (diff) | |
download | subsurface-15c4fadde9b880bd81ad441296227536985c7084.tar.gz |
[Facebook] Use the nonblocking calls to post on fb
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/plugins/facebook/facebook_integration.cpp')
-rw-r--r-- | desktop-widgets/plugins/facebook/facebook_integration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/plugins/facebook/facebook_integration.cpp b/desktop-widgets/plugins/facebook/facebook_integration.cpp index adb798eec..f1f7e3846 100644 --- a/desktop-widgets/plugins/facebook/facebook_integration.cpp +++ b/desktop-widgets/plugins/facebook/facebook_integration.cpp @@ -40,5 +40,5 @@ void FacebookPlugin::requestUpload() { FacebookManager *instance = FacebookManager::instance(); if (instance->loggedIn()) - instance->sendDive(); + instance->sendDiveInit(); } |