Skip to content

Commit

Permalink
Prefs fix silly bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes authored Mar 8, 2018
1 parent 86cbe19 commit 398e9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var AboutWidget = new Lang.Class({
});
this.add(aboutName);

let aboutVersion = new Gtk.Label({ label: ext.metadata.version });
let aboutVersion = new Gtk.Label({ label: ext.metadata.version.toString() });
this.add(aboutVersion);

let aboutDescription = new Gtk.Label({
Expand Down

0 comments on commit 398e9d8

Please sign in to comment.