aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-sip.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-01 21:21:29 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-01 21:21:29 +0800
commit0a41b6b31705626c71047261b91afdac711dead7 (patch)
treee51c864f00c5966a5bcb903d2b4c35324bf968b7 /libempathy-gtk/empathy-account-widget-sip.c
parenta980a2b3eaa634981b0ebfe950f50b515e43cf4a (diff)
parent1a74f07d19bdbdbf0aa62587343b64f636ec7b20 (diff)
downloadgsoc2013-empathy-0a41b6b31705626c71047261b91afdac711dead7.tar
gsoc2013-empathy-0a41b6b31705626c71047261b91afdac711dead7.tar.gz
gsoc2013-empathy-0a41b6b31705626c71047261b91afdac711dead7.tar.bz2
gsoc2013-empathy-0a41b6b31705626c71047261b91afdac711dead7.tar.lz
gsoc2013-empathy-0a41b6b31705626c71047261b91afdac711dead7.tar.xz
gsoc2013-empathy-0a41b6b31705626c71047261b91afdac711dead7.tar.zst
gsoc2013-empathy-0a41b6b31705626c71047261b91afdac711dead7.zip
Merge branch 'empathy-account'
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-sip.c')
-rw-r--r--libempathy-gtk/empathy-account-widget-sip.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.c b/libempathy-gtk/empathy-account-widget-sip.c
index da6082495..05e917e53 100644
--- a/libempathy-gtk/empathy-account-widget-sip.c
+++ b/libempathy-gtk/empathy-account-widget-sip.c
@@ -28,7 +28,6 @@
#include <glib/gi18n-lib.h>
#include <gtk/gtk.h>
-#include <libmissioncontrol/mc-account.h>
#include <libmissioncontrol/mc-protocol.h>
#include <libempathy/empathy-utils.h>
@@ -38,7 +37,7 @@
#include "empathy-ui-utils.h"
typedef struct {
- McAccount *account;
+ EmpathyAccount *account;
GtkWidget *vbox_settings;
@@ -69,14 +68,14 @@ account_widget_sip_discover_stun_toggled_cb (
/**
* empathy_account_widget_sip_new:
- * @account: the #McAccount to configure
+ * @account: the #EmpathyAccount to configure
*
- * Creates a new SIP account widget to configure a given #McAccount
+ * Creates a new SIP account widget to configure a given #EmpathyAccount
*
* Returns: The toplevel container of the configuration widget
*/
GtkWidget *
-empathy_account_widget_sip_new (McAccount *account)
+empathy_account_widget_sip_new (EmpathyAccount *account)
{
EmpathyAccountWidgetSip *settings;
GtkBuilder *gui;