Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Embed DTDs for XML validation as GResources | Emanuele Aina | 2013-04-01 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696974 | ||||
* | Drop unused/redundant header inclusions | Emanuele Aina | 2013-03-28 | 1 | -4/+1 |
| | | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718 | ||||
* | Consistently use `#include "config.h"` everywhere | Emanuele Aina | 2013-03-28 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718 | ||||
* | Use _unref instead of _free _destroy when possible.unref | Xavier Claessens | 2011-11-16 | 1 | -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 Maraas | 2011-03-17 | 1 | -3/+0 |
| | |||||
* | Reset network list button | Chandni Verma | 2011-02-15 | 1 | -11/+52 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=642264 | ||||
* | add empathy_irc_network_manager_dup_default() | Guillaume Desmottes | 2010-08-25 | 1 | -0/+34 |
| | |||||
* | Call xmlCleanupParser() only once when exiting (#600693) | Guillaume Desmottes | 2010-01-13 | 1 | -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 -> similar | Laurent Bigonville | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | empathy-irc-network-manager.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -22/+29 |
| | |||||
* | empathy-irc-network-manager: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | More duplicate includes of empathy-debug.h | Xavier Claessens | 2008-05-07 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=1086 | ||||
* | Keep a priv pointer in the object struct instead of using ↵ | Xavier Claessens | 2008-05-06 | 1 | -55/+36 |
| | | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082 | ||||
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -16/+13 |
| | | | | svn path=/trunk/; revision=1066 | ||||
* | Merge commit 'cassidy/irc' | Xavier Claessens | 2008-02-18 | 1 | -0/+801 |
svn path=/trunk/; revision=649 |