aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-pidgin.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-03-10 19:20:01 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-03-10 19:20:01 +0800
commit788470113896a3d6c7ff441b0ea031568029f83c (patch)
treef0d77d836f9c4ebabccd86d35f5f05189441b209 /src/empathy-import-pidgin.h
parente70e095faa901c8b1aa061ec61a3206178ef47f5 (diff)
downloadgsoc2013-empathy-788470113896a3d6c7ff441b0ea031568029f83c.tar
gsoc2013-empathy-788470113896a3d6c7ff441b0ea031568029f83c.tar.gz
gsoc2013-empathy-788470113896a3d6c7ff441b0ea031568029f83c.tar.bz2
gsoc2013-empathy-788470113896a3d6c7ff441b0ea031568029f83c.tar.lz
gsoc2013-empathy-788470113896a3d6c7ff441b0ea031568029f83c.tar.xz
gsoc2013-empathy-788470113896a3d6c7ff441b0ea031568029f83c.tar.zst
gsoc2013-empathy-788470113896a3d6c7ff441b0ea031568029f83c.zip
Make the "Import Accounts" button insensitive if there's nothing to import.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2665
Diffstat (limited to 'src/empathy-import-pidgin.h')
-rw-r--r--src/empathy-import-pidgin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-import-pidgin.h b/src/empathy-import-pidgin.h
index 4f1bd5a3a..fc7d2e491 100644
--- a/src/empathy-import-pidgin.h
+++ b/src/empathy-import-pidgin.h
@@ -27,6 +27,7 @@
G_BEGIN_DECLS
GList *empathy_import_pidgin_load (void);
+gboolean empathy_import_pidgin_accounts_to_import (void);
G_END_DECLS