diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-03-04 17:03:38 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-03-04 17:03:38 +0000 |
commit | 59537cbe3af5af1830d5b41049a506e18e42c4d3 (patch) | |
tree | e093b0b3a46ac0cf7cad40efe26f6e4a0bbaac20 /plugins/Db_autobackups/src/main.cpp | |
parent | 05379824ac11098191faeb71a99ec38fdee1ef9e (diff) |
Db_autobackups: moved to new dropbox service
git-svn-id: http://svn.miranda-ng.org/main/trunk@16422 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/main.cpp')
-rw-r--r-- | plugins/Db_autobackups/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/main.cpp b/plugins/Db_autobackups/src/main.cpp index 8e505794ac..92a4963789 100644 --- a/plugins/Db_autobackups/src/main.cpp +++ b/plugins/Db_autobackups/src/main.cpp @@ -86,7 +86,7 @@ static int ModulesLoad(WPARAM, LPARAM) HookEvent(ME_FOLDERS_PATH_CHANGED, FoldersGetBackupPath);
FoldersGetBackupPath(0, 0);
}
- options.use_dropbox = (BOOL)(db_get_b(0, "AutoBackups", "UseDropbox", 0) && ServiceExists(MS_DROPBOX_SEND_FILE));
+ options.use_dropbox = (BOOL)(db_get_b(0, "AutoBackups", "UseDropbox", 0) && ServiceExists(MS_DROPBOX_UPLOAD));
if (options.backup_types & BT_START)
BackupStart(NULL);
|