aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-21 23:19:53 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-22 17:46:20 +0800
commitcab7c95744e79a978a230a10782d236d9d9c414f (patch)
tree1bced8a5eb41ecb7030856e279e76f05d0d1aec5 /libempathy-gtk/empathy-account-widget.h
parent5ee93d665b7d46df8453764a9330e7ac1d5e2242 (diff)
downloadgsoc2013-empathy-cab7c95744e79a978a230a10782d236d9d9c414f.tar
gsoc2013-empathy-cab7c95744e79a978a230a10782d236d9d9c414f.tar.gz
gsoc2013-empathy-cab7c95744e79a978a230a10782d236d9d9c414f.tar.bz2
gsoc2013-empathy-cab7c95744e79a978a230a10782d236d9d9c414f.tar.lz
gsoc2013-empathy-cab7c95744e79a978a230a10782d236d9d9c414f.tar.xz
gsoc2013-empathy-cab7c95744e79a978a230a10782d236d9d9c414f.tar.zst
gsoc2013-empathy-cab7c95744e79a978a230a10782d236d9d9c414f.zip
account-widget: display the buttons in simple mode as well
We'll need them when creating the account. Adding a simple function to manually hide them in the assistant for now.
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.h')
-rw-r--r--libempathy-gtk/empathy-account-widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget.h b/libempathy-gtk/empathy-account-widget.h
index ed594eea5..5279d75f2 100644
--- a/libempathy-gtk/empathy-account-widget.h
+++ b/libempathy-gtk/empathy-account-widget.h
@@ -82,6 +82,8 @@ void empathy_account_widget_set_password_param (EmpathyAccountWidget *self,
void empathy_account_widget_set_other_accounts_exist (
EmpathyAccountWidget *self, gboolean others_exist);
+void empathy_account_widget_hide_buttons (EmpathyAccountWidget *self);
+
/* protected methods */
void empathy_account_widget_changed (EmpathyAccountWidget *widget);