aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-store-channel.c
Commit message (Collapse)AuthorAgeFilesLines
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* individual-store-channel: stop preparing TP_CHANNEL_FEATURE_CONTACTSGuillaume Desmottes2012-05-031-26/+5
| | | | | | The factory does it for us now. https://bugzilla.gnome.org/show_bug.cgi?id=675229
* Deal with empathy_create_individual_from_tp_contact() returning NULLGuillaume Desmottes2011-12-141-0/+2
| | | | | | Shouldn't really happen in practice but better to be safe than sorry. https://bugzilla.gnome.org/show_bug.cgi?id=665853
* add initial_loading() as a virtual methodGuillaume Desmottes2011-11-241-0/+11
| | | | | | This allows us to remove setup_idle_id as a protected variable. https://bugzilla.gnome.org/show_bug.cgi?id=663387
* Add individual-store-channelGuillaume Desmottes2011-11-241-0/+330
This will allow us to use the individual view to display muc members. https://bugzilla.gnome.org/show_bug.cgi?id=663387