aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-irc-network-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-1/+1
| | | | | | | | | | | Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref. I used this command to generate this patch: for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done See Danielle's blog for explanation of possible bug _free can do: http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/
* Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas2011-03-171-3/+0
|
* Reset network list buttonChandni Verma2011-02-151-11/+52
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=642264
* 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