pidgin/gtkprefs.c

changeset 35850
1abeda205d6c
parent 35748
6c4993b737a4
child 35989
2b5a26ddbb69
child 37136
cfa7c57f9ca5
equal deleted inserted replaced
35849:77efee65c5f4 35850:1abeda205d6c
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);

mercurial