diff src/gaimrc.c @ 5841:eeb72d03e189

[gaim-migrate @ 6272] smiley themes convert now committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 12 Jun 2003 18:17:31 +0000
parents 41c8d5e82d12
children 2fa4aa9c1885
line wrap: on
line diff
--- a/src/gaimrc.c	Thu Jun 12 12:29:24 2003 +0000
+++ b/src/gaimrc.c	Thu Jun 12 18:17:31 2003 +0000
@@ -1135,8 +1135,7 @@
 		} else if (!strcmp(p->option, "web_command")) {
 			gaim_prefs_set_string("/gaim/gtk/browsers/command", p->value[0]);
 		} else if (!strcmp(p->option, "smiley_theme")) {
-			/* XXX: the smiley theme stuff needs converting */
-			load_smiley_theme(p->value[0], TRUE);
+			gaim_prefs_set_string("/gaim/gtk/smileys/theme", p->value[0]);
 		} else if (!strcmp(p->option, "conv_size")) {
 			gaim_prefs_set_int("/gaim/gtk/conversations/im/default_width",
 					atoi(p->value[0]));