diff options
author | Siraj Razick <siraj.razick@collabora.co.uk> | 2012-02-17 16:16:00 -0500 |
---|---|---|
committer | Siraj Razick <siraj.razick@collabora.co.uk> | 2012-02-17 16:18:01 -0500 |
commit | 299ab6dbdd3fb0e290b57201c92bdf1b46b58aa3 (patch) | |
tree | b596df385e9a649b16180e87708373ac98633005 /plugins | |
parent | e651270a8a58da63e3f6fe739a6491942604cea5 (diff) |
test-plugin: Remove the duplicate TpBaseConnection
Gabble and Salut Plugin API was updated to remove the dupliate
TpBaseconnection from create_channel_managers. This patch updates
the plugin-base to match the API change
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/test.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/test.c b/plugins/test.c index c506cc111..ba1f5fd3f 100644 --- a/plugins/test.c +++ b/plugins/test.c @@ -148,8 +148,7 @@ test_plugin_create_sidecar_finish ( static GPtrArray * test_plugin_create_channel_managers (GabblePlugin *plugin, - GabblePluginConnection *plugin_connection, - TpBaseConnection *connection) + GabblePluginConnection *plugin_connection) { GPtrArray *ret = g_ptr_array_new (); |