# HG changeset patch # User Sean Egan # Date 1172174057 0 # Node ID 4a43f3d0cdc34f9342381b27d2a55c789247f168 # Parent 795c05c2f033f92d1426c910bcf12fb65814cdc7 this way diff -r 795c05c2f033 -r 4a43f3d0cdc3 pidgin/gtkmain.c --- a/pidgin/gtkmain.c Thu Feb 22 19:50:08 2007 +0000 +++ b/pidgin/gtkmain.c Thu Feb 22 19:54:17 2007 +0000 @@ -242,7 +242,7 @@ #ifndef _WIN32 /* use the nice PNG icon for all the windows */ - icon_path = g_build_filename(DATADIR, "pixmaps", "pidgin", "window-icon.png", NULL); + icon_path = g_build_filename(DATADIR, "pixmaps", "pidgin", "icons", "window-icon.png", NULL); icon = gdk_pixbuf_new_from_file(icon_path, NULL); g_free(icon_path); if (icon) {