Skip to content

Commit

Permalink
tasks 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zpydr committed Nov 11, 2013
1 parent ff101c7 commit c891053
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![TaskBar Icon](https://extensions.gnome.org/static/extension-data/icons/icon_584.png)
**GNOME Shell Extension TaskBar Version 37 for GNOME 3.4 / 3.6 / 3.8 / 3.10**
**GNOME Shell Extension TaskBar Version 38 for GNOME 3.4 / 3.6 / 3.8 / 3.10**
https://extensions.gnome.org/extension/584/taskbar/
https://github.com/zpydr/gnome-shell-extension-taskbar/
https://launchpad.net/gnome-shell-extension-taskbar/
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GNOME Shell Extension TaskBar Version 37 for GNOME 3.4 / 3.6 / 3.8 / 3.10
GNOME Shell Extension TaskBar Version 38 for GNOME 3.4 / 3.6 / 3.8 / 3.10
https://extensions.gnome.org/extension/584/taskbar/
https://github.com/zpydr/gnome-shell-extension-taskbar/
https://launchpad.net/gnome-shell-extension-taskbar/
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_generated": "Generated by SweetTooth, do not edit",
"description": "TaskBar displays icons of running applications on the top panel or alternatively on a new bottom panel. Activate, minimize or close tasks with a simple click.\nTaskBar is a dock-like windows list on the top/bottom bar.\n\nOptions:\nDesktop button - toggle desktop view\nWorkspace button - switch workspaces Left/Right-click: cycle forward/backwards\nAppview button - Leftclick: toggle appview / Rightclick: toggle overview\nFavorites - add from dash\nAlign position on the top panel\nBottom panel\nIcon size\nTasks on all workspaces\nActivate tasks on hover\nThumbnail/label-preview\nHide activities\nDisable hot corner\nHide default application menu - simultaneously integrates the menu into applications like empathy, nautilus, etc.\n\nVersion 37 for GNOME 3.4 / 3.6 / 3.8 / 3.10\nGerman language support by jonnius, to-ba\nCredit to Xes, flubshi, rogst, Baltix",
"description": "TaskBar displays icons of running applications on the top panel or alternatively on a new bottom panel. Activate, minimize or close tasks with a simple click.\nTaskBar is a dock-like windows list on the top/bottom bar.\n\nOptions:\nDesktop button - toggle desktop view\nWorkspace button - switch workspaces Left/Right-click: cycle forward/backwards\nAppview button - Leftclick: toggle appview / Rightclick: toggle overview\nFavorites - add from dash\nAlign position on the top panel\nBottom panel\nIcon size\nTasks on all workspaces\nActivate tasks on hover\nThumbnail/label-preview\nHide activities\nDisable hot corner\nHide default application menu - simultaneously integrates the menu into applications like empathy, nautilus, etc.\n\nVersion 38 for GNOME 3.4 / 3.6 / 3.8 / 3.10\nGerman language support by jonnius, to-ba\nCredit to Xes, flubshi, rogst, Baltix",
"name": "TaskBar",
"shell-version": [
"3.4",
Expand All @@ -10,5 +10,5 @@
],
"url": "https://github.com/zpydr/gnome-shell-extension-taskbar",
"uuid": "TaskBar@zpydr",
"version": 37
"version": 38
}
2 changes: 1 addition & 1 deletion prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,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")+" 37"});
let labelVersion = new Gtk.Label({label: _("Version")+" 38"});
this.gridTaskBar.attach(labelVersion, 1, 1, 1, 1);
this.gridTaskBar.attach(labelLink1, 3, 1, 1, 1);
let labelLink2 = new Gtk.LinkButton ({image: linkImage2, label: " github.com",
Expand Down

0 comments on commit c891053

Please sign in to comment.