[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: x_window.c
User: sdb
Date: 07/04/21 13:35:35
Modified: . x_window.c
Log:
Fix bug where gattrib would close without checking if user hit
X window decoration in upper right corner. Closes bug 1704938.
Revision Changes Path
1.14 +2 -2 eda/geda/gaf/gattrib/src/x_window.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: x_window.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gattrib/src/x_window.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- x_window.c 10 Feb 2007 18:33:15 -0000 1.13
+++ x_window.c 21 Apr 2007 17:35:35 -0000 1.14
@@ -108,9 +108,9 @@
printf("In x_window_init, about to connect delete and destroy signals to window.\n");
#endif
gtk_signal_connect (GTK_OBJECT (window), "delete_event",
- GTK_SIGNAL_FUNC (gattrib_quit), 0);
+ GTK_SIGNAL_FUNC (gattrib_really_quit), 0);
gtk_signal_connect (GTK_OBJECT (window), "destroy",
- GTK_SIGNAL_FUNC (gattrib_quit), 0);
+ GTK_SIGNAL_FUNC (gattrib_really_quit), 0);
/* ----- Now create main_vbox. This is a container which organizes child ----- */
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs