r36611 - in /desktop/unstable/gnome-shell/debian: changelog patches/40-force-online.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Feb 5 02:30:36 UTC 2013


Author: biebl
Date: Tue Feb  5 02:30:35 2013
New Revision: 36611

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36611
Log:
40-force-online.patch: Use correct icon name "network-wired" when the
global online state is set to connected.

Modified:
    desktop/unstable/gnome-shell/debian/changelog
    desktop/unstable/gnome-shell/debian/patches/40-force-online.patch

Modified: desktop/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/changelog?rev=36611&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog [utf-8] Tue Feb  5 02:30:35 2013
@@ -1,3 +1,10 @@
+gnome-shell (3.4.2-7) UNRELEASED; urgency=low
+
+  * 40-force-online.patch: Use correct icon name "network-wired" when the
+    global online state is set to connected.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 17 Jan 2013 10:55:10 +0100
+
 gnome-shell (3.4.2-6) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/unstable/gnome-shell/debian/patches/40-force-online.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/40-force-online.patch?rev=36611&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/40-force-online.patch [utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/patches/40-force-online.patch [utf-8] Tue Feb  5 02:30:35 2013
@@ -17,7 +17,7 @@
          if (!mc) {
 -            this.setIcon('network-offline');
 +            if (state == NetworkManager.State.CONNECTED_GLOBAL) {
-+                this.setIcon('network-wired-connected');
++                this.setIcon('network-wired');
 +            } else {
 +                this.setIcon('network-offline');
 +            }




More information about the pkg-gnome-commits mailing list