diff options
author | name <[email protected]> | 2016-07-27 15:05:45 -0700 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-01-09 20:05:00 +0100 |
commit | 991a851ec15fc2bb31a37ccb7ca36e46f18828fb (patch) | |
tree | d8df4d15ffbc5452a63e928a897276983475fed5 | |
parent | d3261c14f40745ce39772e58009a6e0988f53911 (diff) | |
download | caja-dropbox-991a851ec15fc2bb31a37ccb7ca36e46f18828fb.tar.bz2 caja-dropbox-991a851ec15fc2bb31a37ccb7ca36e46f18828fb.tar.xz |
Display link url on status
origin commit:
https://github.com/dropbox/nautilus-dropbox/commit/5c27e7a
https://github.com/dropbox/nautilus-dropbox/pull/20
-rwxr-xr-x | caja-dropbox.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/caja-dropbox.in b/caja-dropbox.in index ba929b6..b572bc9 100755 --- a/caja-dropbox.in +++ b/caja-dropbox.in @@ -1185,6 +1185,7 @@ Prints out the current status of the Dropbox daemon. else: for line in lines: console_print(line) + grab_link_url_if_necessary() except KeyError: console_print(u"Couldn't get status: daemon isn't responding") except DropboxCommand.CommandError, e: |