From db7cecd7653d88081ea9c89ac7e68b0816961189 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 8 Jun 2007 19:22:39 +0000 Subject: Do not save when closing the dialog. Update information in real-time and 2007-06-08 Xavier Claessens * libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: Do not save when closing the dialog. Update information in real-time and just provides a "Close" button. That's more GNOME spirite. * libempathy/empathy-tp-contact-list.c: * libempathy/gossip-contact.h: * libempathy/gossip-contact.c: New methods: gossip_contact_add/remove_group(). This fixes leaks when a contact is added/removed from a group. svn path=/trunk/; revision=132 --- libempathy-gtk/empathy-contact-widget.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libempathy-gtk/empathy-contact-widget.h') diff --git a/libempathy-gtk/empathy-contact-widget.h b/libempathy-gtk/empathy-contact-widget.h index 4b7102e8f..3d33c4055 100644 --- a/libempathy-gtk/empathy-contact-widget.h +++ b/libempathy-gtk/empathy-contact-widget.h @@ -31,7 +31,6 @@ G_BEGIN_DECLS GtkWidget * empathy_contact_widget_new (GossipContact *contact, gboolean editable); -void empathy_contact_widget_save (GtkWidget *widget); GossipContact *empathy_contact_widget_get_contact (GtkWidget *widget); G_END_DECLS -- cgit v1.2.3