Skip to content

Commit

Permalink
maybe betuh
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Feb 2, 2013
1 parent 5e0c0a7 commit f2721c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions TODO
Expand Up @@ -35,6 +35,8 @@ pick a new name

= someday/never =

recombo doesn't work if you restart a client half way through...

assert they have dropbox_size free *at all* on their drive...

ability to add a client "just transfer to it" what it requests, etc.
Expand Down
2 changes: 1 addition & 1 deletion lib/gui_setup.rb
Expand Up @@ -151,7 +151,7 @@ def as_GB
@subject.go_single_transfer_out
}
rescue => e
show_message "thread died #{e} #{e.backtrace.join("\n")}"
show_message "thread died #{e} #{e.backtrace.join("\n")}" unless e.to_s =~ /shutting down/
end
}

Expand Down

0 comments on commit f2721c0

Please sign in to comment.