diff options
author | Travis Reitter <treitter@gmail.com> | 2010-03-02 07:54:13 +0800 |
---|---|---|
committer | Travis Reitter <treitter@gmail.com> | 2010-03-02 07:54:58 +0800 |
commit | 0309966cb4998548e404c1d76bd6c94a5e0f4259 (patch) | |
tree | 8379772b10cb6721d5aee5d02df64c0b480d2ce4 /libempathy-gtk/empathy-account-widget.h | |
parent | 74be0ae5e7a1c1fe845a056cd38977c649e0989a (diff) | |
download | gsoc2013-empathy-0309966cb4998548e404c1d76bd6c94a5e0f4259.tar gsoc2013-empathy-0309966cb4998548e404c1d76bd6c94a5e0f4259.tar.gz gsoc2013-empathy-0309966cb4998548e404c1d76bd6c94a5e0f4259.tar.bz2 gsoc2013-empathy-0309966cb4998548e404c1d76bd6c94a5e0f4259.tar.lz gsoc2013-empathy-0309966cb4998548e404c1d76bd6c94a5e0f4259.tar.xz gsoc2013-empathy-0309966cb4998548e404c1d76bd6c94a5e0f4259.tar.zst gsoc2013-empathy-0309966cb4998548e404c1d76bd6c94a5e0f4259.zip |
Disable the Cancel button in the accounts dialog if there are no existing accounts to display (ie, we're creating our first account).
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-account-widget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget.h b/libempathy-gtk/empathy-account-widget.h index 9ed989434..ecc52e6c6 100644 --- a/libempathy-gtk/empathy-account-widget.h +++ b/libempathy-gtk/empathy-account-widget.h @@ -79,6 +79,9 @@ void empathy_account_widget_set_account_param (EmpathyAccountWidget *widget, void empathy_account_widget_set_password_param (EmpathyAccountWidget *self, const gchar *password); +void empathy_account_widget_set_other_accounts_exist ( + EmpathyAccountWidget *self, gboolean others_exist); + /* protected methods */ void empathy_account_widget_changed (EmpathyAccountWidget *widget); |