[vinagre/plugin] Adapt to the new API



commit 35a36309170f82312f32250928524e3cdd7273d6
Author: Jonh Wendell <jwendell gnome org>
Date:   Fri Jul 24 09:11:39 2009 -0300

    Adapt to the new API

 vinagre/vinagre-connect.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-connect.c b/vinagre/vinagre-connect.c
index 234b842..0d118fe 100644
--- a/vinagre/vinagre-connect.c
+++ b/vinagre/vinagre-connect.c
@@ -142,7 +142,7 @@ setup_protocol (VinagreConnectDialog *dialog)
       if (!description || !description[0])
 	continue;
 
-      widget = vinagre_plugin_get_connect_widget (plugin);
+      widget = vinagre_plugin_get_connect_widget (plugin, NULL);
 
       gtk_list_store_append (dialog->protocol_store, &tree_iter);
       gtk_list_store_set (dialog->protocol_store, &tree_iter,



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