comparison libpurple/theme-manager.c @ 29345:13fa0fffac6d

merge of '1529fa495883d559527375c0d8b7fbe68cf019c2' and '3e607deb45a1ba0c62a1b8f376d94b2751ec8343'
author Paul Aurich <paul@darkrain42.org>
date Sat, 09 Jan 2010 02:00:18 +0000
parents f1437342cc0e
children a8cc50c2279f
comparison
equal deleted inserted replaced
29321:c4ed54041d6e 29345:13fa0fffac6d
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */ 21 */
22 22
23 #include <glib.h>
24 #include <string.h>
25
26 #include "internal.h" 23 #include "internal.h"
27 #include "theme-manager.h" 24 #include "theme-manager.h"
28 #include "util.h" 25 #include "util.h"
29 26
30 /****************************************************************************** 27 /******************************************************************************