aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-irc-network-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* add empathy_irc_network_manager_dup_default()Guillaume Desmottes2010-08-251-0/+34
|
* Call xmlCleanupParser() only once when exiting (#600693)Guillaume Desmottes2010-01-131-1/+0
| | | | | | | This function should only be called when exiting the application as it cleans up the memory allocated by the library itself. Thanks to Lennart for pointing this out.
* libempathy/empathy-irc-network-manager.c: Fix typo similiar -> similarLaurent Bigonville2009-12-231-1/+1
|
* empathy-irc-network-manager.c: fix casting issuesGuillaume Desmottes2009-10-221-22/+29
|
* empathy-irc-network-manager: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* More duplicate includes of empathy-debug.hXavier Claessens2008-05-071-2/+0
| | | | svn path=/trunk/; revision=1086
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-55/+36
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-16/+13
| | | | svn path=/trunk/; revision=1066
* Merge commit 'cassidy/irc'Xavier Claessens2008-02-181-0/+801
svn path=/trunk/; revision=649