---
 src/view_main.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/view_main.vala b/src/view_main.vala
index 2aafdcc..03f561e 100644
--- a/src/view_main.vala
+++ b/src/view_main.vala
@@ -151,10 +151,10 @@ namespace iliwi.View {
         while(found_place == false) {
           if( network.preferred_network && 
list_network.preferred_network==false ) {
             found_place = true;
-            network.listitem = wifilist.item_insert_before( itc, 
(void*)network, listitem_tmp, Elm.GenlistItemFlags.NONE, item_select );
+            network.listitem = wifilist.item_insert_before( itc, 
(void*)network, listitem_tmp, null, Elm.GenlistItemFlags.NONE, item_select );
           } else if( list_network.preferred_network==network.preferred_network 
&& list_network.strength<=network.strength ) {
             found_place = true;
-            network.listitem = wifilist.item_insert_before( itc, 
(void*)network, listitem_tmp, Elm.GenlistItemFlags.NONE, item_select );
+            network.listitem = wifilist.item_insert_before( itc, 
(void*)network, listitem_tmp, null, Elm.GenlistItemFlags.NONE, item_select );
           } else { // Couldn't find a place to put it
             listitem_tmp2 = listitem_tmp.next_get();
             listitem_tmp = listitem_tmp2;
-- 
1.7.4.rc1

_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to