Skip to content

Commit

Permalink
show progress when recieving data
Browse files Browse the repository at this point in the history
  • Loading branch information
notsecure committed May 27, 2014
1 parent 383f2f6 commit bf27c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/ContactListWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,7 @@ namespace Venom {
ByteArray buffer = new ByteArray.take(ft.data);
buffer.append(data);
ft.data = buffer.data;
ft.bytes_processed += data.length;
}

}
Expand Down

0 comments on commit bf27c1e

Please sign in to comment.