summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcaja-dropbox.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/caja-dropbox.in b/caja-dropbox.in
index 27f622f..340a3a3 100755
--- a/caja-dropbox.in
+++ b/caja-dropbox.in
@@ -725,7 +725,7 @@ def requires_dropbox_running(meth):
return newmeth
def start_dropbox():
- db_path = os.path.expanduser(u"~/.dropbox-dist/dropboxd").encode(sys.getfilesystemencoding())
+ db_path = DROPBOXD_PATH.encode(sys.getfilesystemencoding())
if os.access(db_path, os.X_OK):
f = open("/dev/null", "w")
# we don't reap the child because we're gonna die anyway, let init do it