Skip to content

Commit

Permalink
fixes #241
Browse files Browse the repository at this point in the history
  • Loading branch information
naxuroqa committed Aug 18, 2014
1 parent f98ffc9 commit 64108e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/UserInfoWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ namespace Venom {

public void on_id_changed() {
#if ENABLE_QR_ENCODE
image_qr_code.pixbuf = UITools.qr_encode("tox://" + user_id);
image_qr_code.pixbuf = UITools.qr_encode("tox:" + user_id);
image_qr_code.show();
#endif
}
Expand Down

0 comments on commit 64108e7

Please sign in to comment.