# HG changeset patch # User Stu Tomlinson # Date 1177611006 0 # Node ID e4067cd1d2b2d9dcfacd2ff7423ba2787d4bc29f # Parent d11491f579fd76b9319e4a51aad6e513b5ebaee4 Look for the new icons in the new directory and update the RPM spec file to match too. diff -r d11491f579fd -r e4067cd1d2b2 pidgin.spec.in --- a/pidgin.spec.in Thu Apr 26 17:40:11 2007 +0000 +++ b/pidgin.spec.in Thu Apr 26 18:10:06 2007 +0000 @@ -337,6 +337,7 @@ %{_bindir}/pidgin %{_datadir}/pixmaps/pidgin +%{_datadir}/icons/hicolor/*/apps/pidgin.png %dir %{_datadir}/sounds/pidgin %{_datadir}/sounds/pidgin/* %{_datadir}/applications/* diff -r d11491f579fd -r e4067cd1d2b2 pidgin/gtkmain.c --- a/pidgin/gtkmain.c Thu Apr 26 17:40:11 2007 +0000 +++ b/pidgin/gtkmain.c Thu Apr 26 18:10:06 2007 +0000 @@ -241,10 +241,10 @@ char *icon_path; int i; const char *icon_sizes[] = { - "16", - "24", - "32", - "48" + "16x16", + "24x24", + "32x24", + "48x48" }; #endif @@ -256,7 +256,7 @@ #ifndef _WIN32 /* use the nice PNG icon for all the windows */ for(i=0; i