Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Niklaus committed Mar 14, 2011
1 parent 067d86e commit 625e845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharez.in
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class MainWin:

def dropped(self, dst, src):
if self._is_running:
job = Job(dst, src)
job = Job(src, dst)
self._add_job(job)

def _dst_label(self, path):
Expand Down

0 comments on commit 625e845

Please sign in to comment.