01_status-menu_disable_accounts.patch: new patch. Drop the unusable
advertisement for Google. It is already available in the control center anyway.
This commit is contained in:
Vendored
+5
@@ -9,6 +9,11 @@ gnome-shell-extensions (3.2.0-2) UNRELEASED; urgency=low
|
||||
[ Michael Biebl ]
|
||||
* Upload to unstable.
|
||||
|
||||
[ Josselin Mouette ]
|
||||
* 01_status-menu_disable_accounts.patch: new patch. Drop the unusable
|
||||
advertisement for Google. It is already available in the control
|
||||
center anyway.
|
||||
|
||||
-- Michael Biebl <biebl@debian.org> Tue, 13 Dec 2011 22:43:53 +0100
|
||||
|
||||
gnome-shell-extensions (3.2.0-1) experimental; urgency=low
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
Index: gnome-shell-extensions-3.2.0/extensions/alternative-status-menu/extension.js
|
||||
===================================================================
|
||||
--- gnome-shell-extensions-3.2.0.orig/extensions/alternative-status-menu/extension.js 2011-10-03 18:21:34.000000000 +0200
|
||||
+++ gnome-shell-extensions-3.2.0/extensions/alternative-status-menu/extension.js 2011-12-29 10:52:10.062855926 +0100
|
||||
@@ -49,10 +49,6 @@ function createSubMenu() {
|
||||
item = new PopupMenu.PopupSeparatorMenuItem();
|
||||
this.menu.addMenuItem(item);
|
||||
|
||||
- item = new PopupMenu.PopupMenuItem(_("Online Accounts"));
|
||||
- item.connect('activate', Lang.bind(this, this._onOnlineAccountsActivate));
|
||||
- this.menu.addMenuItem(item);
|
||||
-
|
||||
item = new PopupMenu.PopupMenuItem(_("System Settings"));
|
||||
item.connect('activate', Lang.bind(this, this._onPreferencesActivate));
|
||||
this.menu.addMenuItem(item);
|
||||
@@ -126,4 +122,4 @@ function disable() {
|
||||
statusMenu.menu.removeAll();
|
||||
statusMenu._createSubMenu();
|
||||
reset(statusMenu);
|
||||
-}
|
||||
\ No newline at end of file
|
||||
+}
|
||||
Vendored
+1
@@ -5,3 +5,4 @@ upstream/patch_2bba98d6214cffae2eb5cecb9d7c1f6b6d244052.diff
|
||||
fix_dock_gnome-shell_version.diff
|
||||
fix_alternate-tab_661281.diff
|
||||
fix_alternate-tab_gnome-shell_version.diff
|
||||
01_status-menu_disable_accounts.patch
|
||||
|
||||
Reference in New Issue
Block a user