From 6289d5e8af55efe139fa3981e11684b8a0784549 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 19 May 2007 18:48:11 +0000 Subject: Split GossipContactList into two objects: GossipContactListStore 2007-05-19 Xavier Claessens * libempathy-gtk/gossip-contact-list-store.c: * libempathy-gtk/gossip-preferences.c: * libempathy-gtk/gossip-contact-list-store.h: * libempathy-gtk/gossip-contact-list.c: * libempathy-gtk/gossip-contact-list.h: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/gossip-contact-list-model.c: * libempathy-gtk/gossip-contact-list-model.h: * libempathy-gtk/Makefile.am: * libempathy/empathy-marshal.list: Split GossipContactList into two objects: GossipContactListStore inheriting from GtkTreeStore and GossipContactListView inheriting from GtkTreeView. This makes easier to build new UI widgets reusing the GtkTreeModel. svn path=/trunk/; revision=74 --- libempathy/empathy-marshal.list | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy') diff --git a/libempathy/empathy-marshal.list b/libempathy/empathy-marshal.list index 7d1268250..f13e9f08d 100644 --- a/libempathy/empathy-marshal.list +++ b/libempathy/empathy-marshal.list @@ -5,3 +5,4 @@ VOID:INT,STRING VOID:OBJECT,OBJECT,UINT VOID:UINT,BOOLEAN VOID:OBJECT,BOOLEAN +VOID:OBJECT,STRING,STRING -- cgit v1.2.3