[network-manager-applet/nma-1-0] editor, page-master: fix up bad cherry-pick



commit 28a0e2887cde7b9f701ed7e4d81e871276c485f1
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Mon Jun 15 18:02:50 2015 +0200

    editor,page-master: fix up bad cherry-pick
    
    No nm_remote_connection_commit_changes_async() in libnm-glib.
    
    Fixes: 9cb1889b0daf3acd19fd1823201d1610291c3448

 src/connection-editor/page-master.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/page-master.c b/src/connection-editor/page-master.c
index a1104ba..6830518 100644
--- a/src/connection-editor/page-master.c
+++ b/src/connection-editor/page-master.c
@@ -656,7 +656,7 @@ last_update (CEPage *page, NMConnection *connection, GError **error)
                            && g_strcmp0 (interface_name, tmp) != 0) {
                                s_con = nm_connection_get_setting_connection (NM_CONNECTION (rcon));
                                g_object_set (s_con, NM_SETTING_CONNECTION_MASTER, interface_name, NULL);
-                               nm_remote_connection_commit_changes_async (rcon, TRUE, NULL, NULL, NULL);
+                               nm_remote_connection_commit_changes (rcon, NULL, NULL);
                        }
                        g_object_unref (rcon);
                } while (gtk_tree_model_iter_next (priv->connections_model, &iter));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]