[telepathy-account-widgets/next] Adapt for use of ABI versions in generated code



commit c0098c2cae3b98747da03db6282628f69726a106
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Oct 28 10:30:40 2013 +0100

    Adapt for use of ABI versions in generated code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710992

 tp-account-widgets/tpaw-account-settings.c |    2 +-
 tp-account-widgets/tpaw-avatar-chooser.c   |    2 +-
 tp-account-widgets/tpaw-user-info.c        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tp-account-widgets/tpaw-account-settings.c b/tp-account-widgets/tpaw-account-settings.c
index 83bbc3c..c84c34b 100644
--- a/tp-account-widgets/tpaw-account-settings.c
+++ b/tp-account-widgets/tpaw-account-settings.c
@@ -516,7 +516,7 @@ tpaw_account_settings_check_readyness (TpawAccountSettings *self)
     {
       if (tp_strv_contains (tp_protocol_get_authentication_types (
                   self->priv->protocol_obj),
-              TP_IFACE_CHANNEL_INTERFACE_SASL_AUTHENTICATION))
+              TP_IFACE_CHANNEL_INTERFACE_SASL_AUTHENTICATION1))
         {
           self->priv->supports_sasl = TRUE;
         }
diff --git a/tp-account-widgets/tpaw-avatar-chooser.c b/tp-account-widgets/tpaw-avatar-chooser.c
index c2f3422..76fb613 100644
--- a/tp-account-widgets/tpaw-avatar-chooser.c
+++ b/tp-account-widgets/tpaw-avatar-chooser.c
@@ -191,7 +191,7 @@ avatar_chooser_constructed (GObject *object)
 
   /* FIXME: no signal on TpAccount, yet.
    * See https://bugs.freedesktop.org/show_bug.cgi?id=52938 */
-  tp_cli_account_interface_avatar_connect_to_avatar_changed (
+  tp_cli_account_interface_avatar1_connect_to_avatar_changed (
       self->priv->account, avatar_changed_cb, NULL, NULL, (GObject *) self,
       NULL);
 }
diff --git a/tp-account-widgets/tpaw-user-info.c b/tp-account-widgets/tpaw-user-info.c
index bfb177e..b2d6c86 100644
--- a/tp-account-widgets/tpaw-user-info.c
+++ b/tp-account-widgets/tpaw-user-info.c
@@ -444,7 +444,7 @@ reload_contact_info (TpawUserInfo *self)
     }
 
   if (!tp_proxy_has_interface_by_id (connection,
-          TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_INFO))
+          TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_INFO1))
     return;
 
   flags = tp_connection_get_contact_info_flags (connection);


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