[network-manager-netbook] Fix a typo that causes segfaults



commit b2ca280981635380dee25932b6b1a38aa94fb58c
Author: Tambet Ingo <tambet gmail com>
Date:   Mon Oct 5 14:05:01 2009 +0300

    Fix a typo that causes segfaults

 src/nmn-network-item.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nmn-network-item.c b/src/nmn-network-item.c
index a4f867b..55dd055 100644
--- a/src/nmn-network-item.c
+++ b/src/nmn-network-item.c
@@ -803,7 +803,7 @@ dispose (GObject *object)
     if (priv->disposed)
         return;
 
-    nmn_network_item_set_connection (self, NULL);
+    nmn_network_item_set_active_connection (self, NULL);
 
     if (priv->device)
         g_object_unref (priv->device);



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