[vinagre] Adapt to the new API
- From: Jonh Wendell <jwendell src gnome org>
- To: svn-commits-list gnome org
- Subject: [vinagre] Adapt to the new API
- Date: Mon, 27 Jul 2009 12:03:57 +0000 (UTC)
commit 944344cea9b83747377e5c2133f6de475aae8d74
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]