Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
1.1.4 - Fix the coin symbol switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Lains committed Jul 8, 2017
1 parent 43c1b27 commit 4b1cb59
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
com.github.lainsce.coin (1.1.4) xenial; urgency=low

* Fix the switch statement on coin symbols.

-- Lains <lainsce@airmail.cc> Sat, 8 Jun 2017 03:23:00 -0300

com.github.lainsce.coin (1.1.3) xenial; urgency=low

* More currencies unveiled.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Name our project
project('com.github.lainsce.coin', ['vala', 'c'],
version: '1.1.3'
version: '1.1.4'
)

# Import main lib files
Expand Down
2 changes: 2 additions & 0 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,10 @@ namespace Coin {
break;
case "ZEC":
vcurr_symbol = "";
break;
case "XMR":
vcurr_symbol = "ɱ";
break;
case "DOGE":
vcurr_symbol = "D$";
break;
Expand Down

0 comments on commit 4b1cb59

Please sign in to comment.