diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-10-14 07:22:40 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-10-15 01:26:03 +0800 |
commit | e288bb38a4f04cf4ce00e77b5b81937eda2f0a12 (patch) | |
tree | f3d9ea94a03f443e657d0961e8284b84bf7add4c /src/empathy-account-assistant.h | |
parent | dd33e47cf95d374d9dfb9d0346cf2977c9393a21 (diff) | |
download | gsoc2013-empathy-e288bb38a4f04cf4ce00e77b5b81937eda2f0a12.tar gsoc2013-empathy-e288bb38a4f04cf4ce00e77b5b81937eda2f0a12.tar.gz gsoc2013-empathy-e288bb38a4f04cf4ce00e77b5b81937eda2f0a12.tar.bz2 gsoc2013-empathy-e288bb38a4f04cf4ce00e77b5b81937eda2f0a12.tar.lz gsoc2013-empathy-e288bb38a4f04cf4ce00e77b5b81937eda2f0a12.tar.xz gsoc2013-empathy-e288bb38a4f04cf4ce00e77b5b81937eda2f0a12.tar.zst gsoc2013-empathy-e288bb38a4f04cf4ce00e77b5b81937eda2f0a12.zip |
Show the assistant if there are no non-salut accounts
Diffstat (limited to 'src/empathy-account-assistant.h')
-rw-r--r-- | src/empathy-account-assistant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-account-assistant.h b/src/empathy-account-assistant.h index 857460201..ef91fa9da 100644 --- a/src/empathy-account-assistant.h +++ b/src/empathy-account-assistant.h @@ -56,7 +56,7 @@ typedef struct { GType empathy_account_assistant_get_type (void); -GtkWidget *empathy_account_assistant_new (GtkWindow *parent); +GtkWidget *empathy_account_assistant_show (GtkWindow *parent); G_END_DECLS |