After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 644446 - network: actually change connections
network: actually change connections
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Network
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-10 21:55 UTC by Matthias Clasen
Modified: 2011-03-17 16:34 UTC
See Also:
GNOME target: 3.0
GNOME version: ---



Description Matthias Clasen 2011-03-10 21:55:54 UTC
When choosing a different connection in the combo, nothing seems to happen.
Comment 1 Richard Hughes 2011-03-17 15:15:00 UTC
I'm working on this now.
Comment 2 Richard Hughes 2011-03-17 16:34:22 UTC
commit e9230d25fa8937a49dbd1f5498bd3fe4f8007ca6
Author: Richard Hughes <richard@hughsie.com>
Date:   Thu Mar 17 16:33:03 2011 +0000

    network: actually switch the wireless networks when the combo is changed
    
    If we have an existing connection that matches the SSID, then we use that.
    Otherwise we create a connection and activate it.
    
    This fixes #644446