# HG changeset patch # User Sean Egan # Date 1177626292 0 # Node ID 2b106533b0771e71fa912dee52b17d7d3a713fe8 # Parent 81e3c44ecaac012d99090ee54eb6752a32c62c33 Add the SVG to the default window icon list for really big window icons diff -r 81e3c44ecaac -r 2b106533b077 pidgin/gtkmain.c --- a/pidgin/gtkmain.c Thu Apr 26 20:04:09 2007 +0000 +++ b/pidgin/gtkmain.c Thu Apr 26 22:24:52 2007 +0000 @@ -240,11 +240,15 @@ GdkPixbuf *icon = NULL; char *icon_path; int i; - const char *icon_sizes[] = { - "16x16", - "24x24", - "32x32", - "48x48" + struct { + const char *dir; + const char *filename; + } icon_sizes[] = { + {"16x16", "pidgin.png"}, + {"24x24", "pidgin.png"}, + {"32x32", "pidgin.png"}, + {"48x48", "pidgin.png"}, + {"scalable", "pidgin.svg"} }; #endif @@ -256,7 +260,7 @@ #ifndef _WIN32 /* use the nice PNG icon for all the windows */ for(i=0; i