1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/xfig/files/patch-w_style.c
Martin Wilke 2e20a797a1 - Update to 3.2.5
PR:		111249
Submitted by:	Eric P. Scott <eps+pbug0704@ana.com>
2007-06-10 00:53:05 +00:00

12 lines
376 B
C

--- w_style.c.orig Tue Jul 26 09:40:02 2005
+++ w_style.c
@@ -696,7 +696,7 @@
if (style_dirty_flag) {
status = popup_query(QUERY_YESNOCAN, "Do you wish to save the changes you made to the styles?");
if (status == RESULT_YES)
- save_style((Widget) 0, (XEvent *) 0);
+ save_style((Widget) 0, (XButtonEvent *) 0);
return status;
}
return RESULT_YES;