aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-profile-chooser.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-10-19 20:48:29 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-10-19 20:48:29 +0800
commite67e130e7203f3bc99013f1814df8b2cff89d72f (patch)
tree82df81264ab85ba837d0d3923ae98674768be48d /libempathy-gtk/empathy-profile-chooser.h
parenta4b1c43fd11f07d46c207204db5e2cd8d11da7f3 (diff)
downloadgsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.gz
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.bz2
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.lz
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.xz
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.zst
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.zip
set unsensitive the add button if there is no profile installed and tell
2007-10-19 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-profile-chooser.c: * libempathy-gtk/empathy-profile-chooser.h: * libempathy-gtk/empathy-accounts-dialog.c: set unsensitive the add button if there is no profile installed and tell the user to install some connection managers. * libempathy-gtk/empathy-ui-utils.c: Fix indentation. svn path=/trunk/; revision=381
Diffstat (limited to 'libempathy-gtk/empathy-profile-chooser.h')
-rw-r--r--libempathy-gtk/empathy-profile-chooser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-profile-chooser.h b/libempathy-gtk/empathy-profile-chooser.h
index 6a9c405a2..7298c12cc 100644
--- a/libempathy-gtk/empathy-profile-chooser.h
+++ b/libempathy-gtk/empathy-profile-chooser.h
@@ -29,6 +29,7 @@ G_BEGIN_DECLS
GtkWidget * empathy_profile_chooser_new (void);
McProfile * empathy_profile_chooser_get_selected (GtkWidget *widget);
+gint empathy_profile_chooser_n_profiles (GtkWidget *widget);
G_END_DECLS
#endif /* __EMPATHY_PROTOCOL_CHOOSER_H__ */