diff pidgin/gtkconv-theme.c @ 32185:f857a6db3bd9

Use a consistent prefs name. It should be conversation*s* to match rest of the gtkconv code.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 19 Sep 2011 18:51:53 +0000
parents a7a6770f26e2
children 3e27c95ab8e6
line wrap: on
line diff
--- a/pidgin/gtkconv-theme.c	Mon Sep 19 18:48:00 2011 +0000
+++ b/pidgin/gtkconv-theme.c	Mon Sep 19 18:51:53 2011 +0000
@@ -582,7 +582,7 @@
 	priv->variant = g_strdup(variant);
 
 	val = get_key(priv, "CFBundleIdentifier", FALSE);
-	prefname = g_strdup_printf(PIDGIN_PREFS_ROOT "/conversation/themes/%s/variant",
+	prefname = g_strdup_printf(PIDGIN_PREFS_ROOT "/conversations/themes/%s/variant",
 	                           g_value_get_string(val));
 	purple_prefs_set_string(prefname, variant);
 	g_free(prefname);