summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraidanhs <[email protected]>2017-10-09 18:42:45 +0100
committerraveit65 <[email protected]>2019-01-09 20:05:00 +0100
commita7da6a742fee18de26e8760a958a2ae6e7f74213 (patch)
treed2ff43696de72833016c5baece3f41406acddcba
parenta939670f3ff160fa5fc79eca3f30f9a7504f7316 (diff)
downloadcaja-dropbox-a7da6a742fee18de26e8760a958a2ae6e7f74213.tar.bz2
caja-dropbox-a7da6a742fee18de26e8760a958a2ae6e7f74213.tar.xz
Refer to .dropbox-dist in only one place
origin commit: https://github.com/dropbox/nautilus-dropbox/commit/f88f70e https://github.com/dropbox/nautilus-dropbox/pull/36
-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