~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

Viewing changes to panels/network/cc-network-panel.c

Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
786
786
        /* is this what we're on already? */
787
787
        if (active == NULL)
788
788
                return;
789
 
        if (g_strcmp0 (object_path,
790
 
                       nm_object_get_path (NM_OBJECT (active))) == 0) {
 
789
        if (nm_utils_same_ssid (ssid, nm_access_point_get_ssid (active), TRUE)) {
791
790
                widget = GTK_WIDGET (gtk_builder_get_object (priv->builder,
792
791
                                                             "combobox_wireless_network_name"));
793
792
                gtk_combo_box_set_active_iter (GTK_COMBO_BOX (widget), &treeiter);