From 991a851ec15fc2bb31a37ccb7ca36e46f18828fb Mon Sep 17 00:00:00 2001 From: name Date: Wed, 27 Jul 2016 15:05:45 -0700 Subject: Display link url on status origin commit: https://github.com/dropbox/nautilus-dropbox/commit/5c27e7a https://github.com/dropbox/nautilus-dropbox/pull/20 --- caja-dropbox.in | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.1