[gnome-shell] network: Prioritize active / default connections over activating ones
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] network: Prioritize active / default connections over activating ones
- Date: Mon, 5 Aug 2013 19:19:58 +0000 (UTC)
commit 4d34abeeefe0f4c73face3d339d562277b9e4cc1
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Jun 24 17:30:17 2013 -0400
network: Prioritize active / default connections over activating ones
https://bugzilla.gnome.org/show_bug.cgi?id=702536
js/ui/status/network.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index 1fa8ebc..fc0f47b 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -1475,7 +1475,7 @@ const NMApplet = new Lang.Class({
}
}
- this._mainConnection = activating || default_ip4 || default_ip6 || active_any || null;
+ this._mainConnection = default_ip4 || default_ip6 || active_any || activating || null;
if (this._mainConnection) {
let dev = this._mainConnection._primaryDevice;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]