# HG changeset patch # User Herman Bloggs # Date 1048530420 0 # Node ID 9b51c090236aa6dd6814fc5a15428cb898958bda # Parent 4f5bd9a2da37559682fc1aad894535f305afef24 [gaim-migrate @ 5210] removed wgaim_created_loginwin committer: Tailor Script diff -r 4f5bd9a2da37 -r 9b51c090236a src/main.c --- a/src/main.c Mon Mar 24 18:25:40 2003 +0000 +++ b/src/main.c Mon Mar 24 18:27:00 2003 +0000 @@ -276,7 +276,7 @@ static void login_window_closed(GtkWidget *w, GdkEvent *ev, gpointer d) { if(docklet_count) { -#if _WIN32 +#ifdef _WIN32 wgaim_systray_minimize(mainwindow); #endif gtk_widget_hide(mainwindow); @@ -385,11 +385,6 @@ g_signal_connect(G_OBJECT(button), "button-press-event", G_CALLBACK(domiddleclick), NULL); gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); -#ifdef _WIN32 - /* Register newly created window with systray module */ - wgaim_created_loginwin(GTK_WIDGET(mainwindow)); -#endif - /* Now grab the focus that we need */ if (gaim_accounts) { struct gaim_account *account = gaim_accounts->data;