Skip to content

Commit

Permalink
v36
Browse files Browse the repository at this point in the history
  • Loading branch information
zpydr committed Nov 5, 2013
1 parent 2264f40 commit 563db64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ Prefs.prototype =
uri: "https://extensions.gnome.org/extension/584/taskbar", xalign: 0 });
if (ShellVersion[1] !== 4)
labelLink1.set_always_show_image(true);
let labelVersion = new Gtk.Label({label: _("Version")+" 35"});
let labelVersion = new Gtk.Label({label: _("Version")+" 36"});
this.gridTaskBar.attach(labelVersion, 1, 1, 1, 1);
this.gridTaskBar.attach(labelLink1, 3, 1, 3, 1);
let labelLink2 = new Gtk.LinkButton ({image: linkImage2, label: " github.com",
Expand Down

0 comments on commit 563db64

Please sign in to comment.