From 0d4e81432f5ace47ac86991aa239e4a55686de00 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 8 Oct 2007 16:44:44 +0000 Subject: Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them 2007-10-08 Xavier Claessens * libempathy-gtk/empathy-ui-utils.c: * libempathy-gtk/empathy-ui-utils.h: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: * libempathy-gtk/empathy-avatar-chooser.c: * libempathy-gtk/empathy-avatar-chooser.h: * libempathy-gtk/empathy-avatar-image.c: * libempathy-gtk/empathy-avatar-image.h: * libempathy-gtk/Makefile.am: * src/empathy.c: Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them in contact information windows. That means we can now enlarge avatars when clicking on it and we can set our own avatar if we edit our own contact. svn path=/trunk/; revision=363 --- src/empathy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/empathy.c b/src/empathy.c index a1c521369..6e1abb118 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -29,6 +29,7 @@ #include #include +#include #include #include @@ -288,6 +289,7 @@ main (int argc, char *argv[]) gtk_window_set_default_icon_name ("empathy"); gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), DATADIR G_DIR_SEPARATOR_S "empathy"); + gnome_vfs_init (); /* Setting up MC */ monitor = mc_account_monitor_new (); -- cgit v1.2.3