diff pidgin/gtkthemes.c @ 17396:92821180bded

A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme description data to be translated. I haven't tested my last set of changes to make sure you can actually still see a translated name, but he's going to check it for me, I hope. Closes #1342
author Richard Laager <rlaager@wiktel.com>
date Wed, 30 May 2007 09:02:05 +0000
parents 4d2201900a35
children fe5a89474e6d fcf61e3be189
line wrap: on
line diff
--- a/pidgin/gtkthemes.c	Wed May 30 08:43:34 2007 +0000
+++ b/pidgin/gtkthemes.c	Wed May 30 09:02:05 2007 +0000
@@ -150,7 +150,7 @@
 		} else if (!g_ascii_strncasecmp(i, "Name=", strlen("Name="))) {
 			int len;
 			g_free(theme->name);
-			theme->name = g_strdup(i+ strlen("Name="));
+			theme->name = g_strdup(i + strlen("Name="));
 			len = strlen(theme->name);
 			theme->name[len-1] = 0;
 			if(len > 2 && theme->name[len-2] == '\r')