| 250 } |
250 } |
| 251 |
251 |
| 252 static void |
252 static void |
| 253 pidgin_ui_init(void) |
253 pidgin_ui_init(void) |
| 254 { |
254 { |
| |
255 gchar *path; |
| |
256 |
| |
257 path = g_build_filename(PURPLE_DATADIR, "pidgin", "icons", NULL); |
| |
258 gtk_icon_theme_append_search_path(gtk_icon_theme_get_default(), path); |
| |
259 g_free(path); |
| |
260 |
| 255 pidgin_stock_init(); |
261 pidgin_stock_init(); |
| 256 |
262 |
| 257 /* Set the UI operation structures. */ |
263 /* Set the UI operation structures. */ |
| 258 purple_accounts_set_ui_ops(pidgin_accounts_get_ui_ops()); |
264 purple_accounts_set_ui_ops(pidgin_accounts_get_ui_ops()); |
| 259 purple_xfers_set_ui_ops(pidgin_xfers_get_ui_ops()); |
265 purple_xfers_set_ui_ops(pidgin_xfers_get_ui_ops()); |