| 2304 purple_prefs_set_path(PIDGIN_PREFS_ROOT "/filelocations/last_icon_folder", current_folder); |
2304 purple_prefs_set_path(PIDGIN_PREFS_ROOT "/filelocations/last_icon_folder", current_folder); |
| 2305 g_free(current_folder); |
2305 g_free(current_folder); |
| 2306 } |
2306 } |
| 2307 |
2307 |
| 2308 #endif /* FILECHOOSER */ |
2308 #endif /* FILECHOOSER */ |
| |
2309 #if 0 /* mismatched curly braces */ |
| |
2310 } |
| |
2311 #endif |
| 2309 if (dialog->callback) |
2312 if (dialog->callback) |
| 2310 dialog->callback(filename, dialog->data); |
2313 dialog->callback(filename, dialog->data); |
| 2311 gtk_widget_destroy(dialog->icon_filesel); |
2314 gtk_widget_destroy(dialog->icon_filesel); |
| 2312 g_free(filename); |
2315 g_free(filename); |
| 2313 g_free(dialog); |
2316 g_free(dialog); |