Skip to content

Commit a7da6a7

Browse files
aidanhsraveit65
authored andcommitted
Refer to .dropbox-dist in only one place
origin commit: dropbox/nautilus-dropbox@f88f70e dropbox/nautilus-dropbox#36
1 parent a939670 commit a7da6a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caja-dropbox.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ def requires_dropbox_running(meth):
725725
return newmeth
726726

727727
def start_dropbox():
728-
db_path = os.path.expanduser(u"~/.dropbox-dist/dropboxd").encode(sys.getfilesystemencoding())
728+
db_path = DROPBOXD_PATH.encode(sys.getfilesystemencoding())
729729
if os.access(db_path, os.X_OK):
730730
f = open("/dev/null", "w")
731731
# we don't reap the child because we're gonna die anyway, let init do it

0 commit comments

Comments
 (0)