[vinagre] Build fixes for VinagreTubeHandler
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Build fixes for VinagreTubeHandler
- Date: Fri, 18 Feb 2011 19:01:19 +0000 (UTC)
commit 63b2f3664dddd3891e28e1954fb4b315793b6e8d
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Feb 18 14:01:01 2011 -0500
Build fixes for VinagreTubeHandler
vinagre/vinagre-tube-handler.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vinagre/vinagre-tube-handler.c b/vinagre/vinagre-tube-handler.c
index 4d1ec41..b313c9f 100644
--- a/vinagre/vinagre-tube-handler.c
+++ b/vinagre/vinagre-tube-handler.c
@@ -221,7 +221,7 @@ vinagre_tube_handler_call_service_cb (TpProxy *channel,
gchar *port_s;
gchar *host;
const gchar *service_s;
- VinagrePlugin *plugin;
+ VinagreProtocol *plugin;
if (error != NULL)
{
@@ -265,7 +265,7 @@ vinagre_tube_handler_call_service_cb (TpProxy *channel,
port_s = g_strdup_printf ("%u", priv->port);
- host = g_strconcat (vinagre_plugin_get_protocol (plugin), "://",
+ host = g_strconcat (vinagre_protocol_get_protocol (plugin), "://",
priv->hostname, ":", port_s,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]