[network-manager-applet/lr/import] fixup! editor: add connection argument to the new page function



commit 2db1cf34ef104c0bd1c211a38a8089c894be63ff
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Fri Nov 11 10:39:24 2016 +0100

    fixup! editor: add connection argument to the new page function

 src/connection-editor/nm-connection-list.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/nm-connection-list.c b/src/connection-editor/nm-connection-list.c
index dfe6f28..4a41fcc 100644
--- a/src/connection-editor/nm-connection-list.c
+++ b/src/connection-editor/nm-connection-list.c
@@ -927,7 +927,7 @@ nm_connection_list_create (NMConnectionList *self, GType ctype, const char *deta
                new_connection_of_type (GTK_WINDOW (self->dialog),
                                        detail,
                                        NULL,
-                                       g_object_ref (connection),
+                                       nm_g_object_ref (connection),
                                        self->client,
                                        types[i].new_connection_func,
                                        really_add_connection,


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