| 757 |
757 |
| 758 prefs_sound_themes_loading = TRUE; |
758 prefs_sound_themes_loading = TRUE; |
| 759 /* refresh the list of themes in the manager */ |
759 /* refresh the list of themes in the manager */ |
| 760 purple_theme_manager_refresh(); |
760 purple_theme_manager_refresh(); |
| 761 |
761 |
| 762 tmp = g_build_filename(DATADIR, "icons", "hicolor", "32x32", "apps", "pidgin.png", NULL); |
762 tmp = g_build_filename(PURPLE_DATADIR, "icons", "hicolor", "32x32", |
| |
763 "apps", "pidgin.png", NULL); |
| 763 pixbuf = pidgin_pixbuf_new_from_file_at_scale(tmp, PREFS_OPTIMAL_ICON_SIZE, PREFS_OPTIMAL_ICON_SIZE, TRUE); |
764 pixbuf = pidgin_pixbuf_new_from_file_at_scale(tmp, PREFS_OPTIMAL_ICON_SIZE, PREFS_OPTIMAL_ICON_SIZE, TRUE); |
| 764 g_free(tmp); |
765 g_free(tmp); |
| 765 |
766 |
| 766 /* sound themes */ |
767 /* sound themes */ |
| 767 gtk_list_store_clear(prefs_sound_themes); |
768 gtk_list_store_clear(prefs_sound_themes); |