comparison src/themes.c @ 4375:90eaa3486949

[gaim-migrate @ 4641] Fixed the problem where changing themes would crash gaim. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 21 Jan 2003 05:12:53 +0000
parents 5fb47ec9bfe4
children a8249a5250b6
comparison
equal deleted inserted replaced
4374:2628346f53bd 4375:90eaa3486949
179 } 179 }
180 180
181 if (load) { 181 if (load) {
182 GList *cnv; 182 GList *cnv;
183 183
184 for (cnv = conversations; cnv != NULL; cnv = cnv->next) { 184 for (cnv = gaim_get_conversations(); cnv != NULL; cnv = cnv->next) {
185 struct gaim_conversation *conv = cnv->data; 185 struct gaim_conversation *conv = cnv->data;
186 186
187 if (gaim_conversation_get_ops(conv) == 187 if (gaim_conversation_get_ops(conv) ==
188 gaim_get_gtk_conversation_ops()) { 188 gaim_get_gtk_conversation_ops()) {
189 189
227 } else if (l == 1) { 227 } else if (l == 1) {
228 mkdir(probedirs[l], S_IRUSR | S_IWUSR | S_IXUSR); 228 mkdir(probedirs[l], S_IRUSR | S_IWUSR | S_IXUSR);
229 } 229 }
230 g_free(probedirs[l]); 230 g_free(probedirs[l]);
231 } 231 }
232
233
234
235 } 232 }