Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2002:
[Freeciv-Dev] Re: BUG REPORT: Message Options window doesn't close (PR#1
Home

[Freeciv-Dev] Re: BUG REPORT: Message Options window doesn't close (PR#1

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Kenn Munro <kenn@xxxxxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx, Takacs Gabor <tg330@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: BUG REPORT: Message Options window doesn't close (PR#1438)
From: Mike Kaufman <kaufman@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 6 May 2002 23:30:09 -0500

On Mon, May 06, 2002 at 09:35:30PM -0400, Kenn Munro wrote:
> On a related topic, if you press the standard close button at the "What
> Nation Will You Be?" window, you end up getting "stuck".  The client is
> connected, and the game is started, but you can't do or see anything. 
> Perhaps pressing the standard close button should be the equivalent of
> hitting the "Disconnect" button.

this should fix the problem...

-mike

--- dialogs.c.orig      Mon May  6 23:28:29 2002
+++ dialogs.c   Mon May  6 23:28:51 2002
@@ -1923,8 +1923,6 @@
   GtkWidget *f, *fs, *fa;
 
   races_dialog_shell = gtk_dialog_new();
-    gtk_signal_connect( GTK_OBJECT(races_dialog_shell),"delete_event",
-       GTK_SIGNAL_FUNC(deleted_callback),NULL );
 
   gtk_window_set_title( GTK_WINDOW( races_dialog_shell ),
                        _(" What Nation Will You Be?") );


[Prev in Thread] Current Thread [Next in Thread]