comparison 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
comparison
equal deleted inserted replaced
5840:8f5ccf9e590a 5841:eeb72d03e189
1133 break; 1133 break;
1134 } 1134 }
1135 } else if (!strcmp(p->option, "web_command")) { 1135 } else if (!strcmp(p->option, "web_command")) {
1136 gaim_prefs_set_string("/gaim/gtk/browsers/command", p->value[0]); 1136 gaim_prefs_set_string("/gaim/gtk/browsers/command", p->value[0]);
1137 } else if (!strcmp(p->option, "smiley_theme")) { 1137 } else if (!strcmp(p->option, "smiley_theme")) {
1138 /* XXX: the smiley theme stuff needs converting */ 1138 gaim_prefs_set_string("/gaim/gtk/smileys/theme", p->value[0]);
1139 load_smiley_theme(p->value[0], TRUE);
1140 } else if (!strcmp(p->option, "conv_size")) { 1139 } else if (!strcmp(p->option, "conv_size")) {
1141 gaim_prefs_set_int("/gaim/gtk/conversations/im/default_width", 1140 gaim_prefs_set_int("/gaim/gtk/conversations/im/default_width",
1142 atoi(p->value[0])); 1141 atoi(p->value[0]));
1143 gaim_prefs_set_int("/gaim/gtk/conversations/im/default_height", 1142 gaim_prefs_set_int("/gaim/gtk/conversations/im/default_height",
1144 atoi(p->value[1])); 1143 atoi(p->value[1]));