# HG changeset patch # User Rob Flynn # Date 953815492 0 # Node ID e5cc6e691bff6977a4fc54bbf61d6e442fc601ed # Parent 5cdd1f11db0258f134e41e7308a80b2ed29612ba [gaim-migrate @ 26] One of the previous patches didnt go in correctly. Its fixed now. committer: Tailor Script diff -r 5cdd1f11db02 -r e5cc6e691bff src/util.c --- a/src/util.c Thu Mar 23 11:12:23 2000 +0000 +++ b/src/util.c Thu Mar 23 12:44:52 2000 +0000 @@ -669,7 +669,6 @@ NULL, (gchar **)aimicon_xpm); } gdk_window_set_icon(w, NULL, icon_pm, icon_bm); - gdk_window_set_group(w, mainwindow->window); if (mainwindow) gdk_window_set_group(w, mainwindow->window); #endif }