aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-03-05 01:23:10 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-03-05 01:23:42 +0800
commit8dd1f0d5dfa09c1ddc29c85b9db472c2821c35fe (patch)
tree12230ddd2bec065c0c9c92f9cd04f69c6ad70f94 /src/empathy-accounts-dialog.h
parentba5b7807abcbd86cc9d35440754b68a3fe970f18 (diff)
downloadgsoc2013-empathy-8dd1f0d5dfa09c1ddc29c85b9db472c2821c35fe.tar
gsoc2013-empathy-8dd1f0d5dfa09c1ddc29c85b9db472c2821c35fe.tar.gz
gsoc2013-empathy-8dd1f0d5dfa09c1ddc29c85b9db472c2821c35fe.tar.bz2
gsoc2013-empathy-8dd1f0d5dfa09c1ddc29c85b9db472c2821c35fe.tar.lz
gsoc2013-empathy-8dd1f0d5dfa09c1ddc29c85b9db472c2821c35fe.tar.xz
gsoc2013-empathy-8dd1f0d5dfa09c1ddc29c85b9db472c2821c35fe.tar.zst
gsoc2013-empathy-8dd1f0d5dfa09c1ddc29c85b9db472c2821c35fe.zip
Fix silly typo
Diffstat (limited to 'src/empathy-accounts-dialog.h')
-rw-r--r--src/empathy-accounts-dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.h b/src/empathy-accounts-dialog.h
index 8f33add8d..f7442345c 100644
--- a/src/empathy-accounts-dialog.h
+++ b/src/empathy-accounts-dialog.h
@@ -58,7 +58,7 @@ 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);
+gboolean empathy_accounts_dialog_is_creating (EmpathyAccountsDialog *dialog);
void empathy_accounts_dialog_show_application (GdkScreen *screen,
GChildWatchFunc application_exit_cb,