diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-03-04 20:19:32 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-03-05 00:53:54 +0800 |
commit | c15ddf6b53db97e61acd45da5fd8cc9f804d7625 (patch) | |
tree | 73b5b121b5e915caa9cd919fbd5a7f3602dd7400 /src/empathy-accounts-dialog.h | |
parent | 878756780bc822f5626101d6abd2157b99e9e3c8 (diff) | |
download | gsoc2013-empathy-c15ddf6b53db97e61acd45da5fd8cc9f804d7625.tar gsoc2013-empathy-c15ddf6b53db97e61acd45da5fd8cc9f804d7625.tar.gz gsoc2013-empathy-c15ddf6b53db97e61acd45da5fd8cc9f804d7625.tar.bz2 gsoc2013-empathy-c15ddf6b53db97e61acd45da5fd8cc9f804d7625.tar.lz gsoc2013-empathy-c15ddf6b53db97e61acd45da5fd8cc9f804d7625.tar.xz gsoc2013-empathy-c15ddf6b53db97e61acd45da5fd8cc9f804d7625.tar.zst gsoc2013-empathy-c15ddf6b53db97e61acd45da5fd8cc9f804d7625.zip |
Cancel creation in the accounts dialog if the wizard is running
If the account wizard is finished it should have created at least some
accounts. Cancel any account creation that was going on in the accounts dialog
so it nicely jumps showing the first real account :)
Diffstat (limited to 'src/empathy-accounts-dialog.h')
-rw-r--r-- | src/empathy-accounts-dialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-accounts-dialog.h b/src/empathy-accounts-dialog.h index c171e3d24..8f33add8d 100644 --- a/src/empathy-accounts-dialog.h +++ b/src/empathy-accounts-dialog.h @@ -56,6 +56,10 @@ typedef struct { GType empathy_accounts_dialog_get_type (void); GtkWidget *empathy_accounts_dialog_show (GtkWindow *parent, TpAccount *selected_account); + +void empathy_account_dialog_cancel (EmpathyAccountsDialog *dialog); +gboolean empathy_account_dialog_is_creating (EmpathyAccountsDialog *dialog); + void empathy_accounts_dialog_show_application (GdkScreen *screen, GChildWatchFunc application_exit_cb, gpointer user_data, |