Mercurial > pidgin
changeset 15676:4a43f3d0cdc3
this way
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 22 Feb 2007 19:54:17 +0000 |
parents | 795c05c2f033 |
children | 43eff0c25647 |
files | pidgin/gtkmain.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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) {