Index: client/gui-gtk/chatline.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/client/gui-gtk/chatline.c,v retrieving revision 1.14 diff -u -r1.14 chatline.c --- client/gui-gtk/chatline.c 2001/08/26 00:31:36 1.14 +++ client/gui-gtk/chatline.c 2001/11/09 16:12:23 @@ -43,7 +43,7 @@ theinput = gtk_entry_get_text(GTK_ENTRY(w)); - if (GTK_WIDGET_IS_SENSITIVE(top_vbox) && *theinput) { + if (*theinput) { mystrlcpy(apacket.message, theinput, MAX_LEN_MSG-MAX_LEN_USERNAME+1); send_packet_generic_message(&aconnection, PACKET_CHAT_MSG, &apacket);