# HG changeset patch # User Sean Egan # Date 1177617259 0 # Node ID 74339f1f6975e1f30d41e743b99426ff92749149 # Parent af1274975769b85753c9e4f1fa7a6245a060328a fix botched merge diff -r af1274975769 -r 74339f1f6975 pidgin/gtkmain.c --- a/pidgin/gtkmain.c Thu Apr 26 19:02:11 2007 +0000 +++ b/pidgin/gtkmain.c Thu Apr 26 19:54:19 2007 +0000 @@ -241,22 +241,10 @@ char *icon_path; int i; const char *icon_sizes[] = { -<<<<<<< variant A - "16x16", - "24x24", - "32x24", - "48x48" ->>>>>>> variant B "16x16", "24x24", "32x32", "48x48" -####### Ancestor - "16", - "24", - "32", - "48" -======= end }; #endif @@ -268,13 +256,7 @@ #ifndef _WIN32 /* use the nice PNG icon for all the windows */ for(i=0; i>>>>>> variant B - icon_path = g_build_filename(DATADIR, "pixmaps", "icons", "hicolor", icon_sizes[i], "apps", "pidgin.png", NULL); -####### Ancestor - icon_path = g_build_filename(DATADIR, "pixmaps", "pidgin", "icons", icon_sizes[i], "pidgin.png", NULL); -======= end icon = gdk_pixbuf_new_from_file(icon_path, NULL); g_free(icon_path); if (icon) {