[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: i_callbacks.c
User: cnieves
Date: 07/04/21 10:03:55
Modified: . i_callbacks.c
Log:
Do nothing if the user deletes the page revert question dialog.
* src/i_callbacks.c:
- Do nothing if the user deletes the page revert question dialog.
Revision Changes Path
1.78 +1 -0 eda/geda/gaf/gschem/src/i_callbacks.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: i_callbacks.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/i_callbacks.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- i_callbacks.c 21 Apr 2007 11:53:36 -0000 1.77
+++ i_callbacks.c 21 Apr 2007 14:03:55 -0000 1.78
@@ -1768,6 +1768,7 @@
switch (response)
{
case GTK_RESPONSE_NO:
+ case GTK_RESPONSE_DELETE_EVENT:
return; /* don't continue */
break;
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs