diff options
author | Elan Ruusamäe <[email protected]> | 2014-04-22 15:57:07 +0300 |
---|---|---|
committer | Elan Ruusamäe <[email protected]> | 2014-04-22 15:57:11 +0300 |
commit | e06a5ca36235adf8feb591335315fccb5ff6de1b (patch) | |
tree | fb7d01394c6eaa50a2de4ddb2fecc895da26b45d /caja-dropbox.in | |
parent | bc155a50edc5fa3023e2fceebf432403e903ce02 (diff) | |
download | caja-dropbox-e06a5ca36235adf8feb591335315fccb5ff6de1b.tar.bz2 caja-dropbox-e06a5ca36235adf8feb591335315fccb5ff6de1b.tar.xz |
init self.task to None
merged changes from nautilus-dropbox 1.6.1 to 1.6.2
this bug happens when you try to press cancel on first dialog
Diffstat (limited to 'caja-dropbox.in')
-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 8b063a4..b1246e3 100755 --- a/caja-dropbox.in +++ b/caja-dropbox.in @@ -430,6 +430,7 @@ if GUI_AVAILABLE: self.hovering = False self.clicked_link = False self.user_cancelled = False + self.task = None self.ok = ok = gtk.Button(stock=gtk.STOCK_OK) ok.connect('clicked', self.handle_ok) |