On Thu, Mar 04, 2010 at 07:37:04AM +1100, Scott Evans wrote: > Hmm... as I expected, ok the patch is located here... > http://www.vk7hse.hobby-site.org/download/XASTIR_10.04_LTS/
No patch there, but a whole file. The patch may have got through the mailing list, I'll try including it in this mail below. The change you have in that file reminds me of Debian bug #270862, where another package than xastir has a similar problem. http://bugs.debian.org/270862 The patch below is applied by saving this mail message into a file, unpacking the source and typing patch < file --- RowColumn.c.orig 2007-09-13 06:35:55.000000000 +1000 +++ RowColumn.c 2010-03-04 07:44:46.000000000 +1100 @@ -1739,9 +1739,11 @@ realpar, XtName(realpar), RC_PostButton(new_w), RC_PostModifiers(new_w))); +/* XtGrabButton(realpar, RC_PostButton(new_w), RC_PostModifiers(new_w), True, ButtonReleaseMask, GrabModeSync, GrabModeSync, XtWindow(realpar), _XmGetMenuCursorByScreen(XtScreen(new_w))); +*/ } static void -- James Cameron http://quozl.linux.org.au/ _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
