Cyrille Chepelov wrote on Fri, Jan 04, 2002 at 05:13:00PM +0100: > Le ven, jan 04, 2002, � 10:21:11 -0500, Martin Cracauer a �crit: > > > > Patch welcome. > > > > Appended. CC'ed to you in case the list cuts the attachment. > > didn't find it (not on the list, not in private).
Ops, forgot to attach after doing CC manually. > Do you have any GNOME stuff enabled ? I run with GNOME support, and menus is > a notable place of difference. Anyway, this works for me. No gnome. I'll try that. > > > Just out of curiosity, what kind of plug-in are you developing ? > > > > NATO APP-6 military symbols. The guys are using MS word with symbols > > as Truetype fonts right now, making diagrams with spacebar > > positioning. That can't be it I guess :-) > > Sure... Is it in any way related to the MSE page ? (besides NATO of course) MSE? Sorry don't even know what that is so I guess it's unrelated :-) Martin
Index: app/menus.c =================================================================== RCS file: /home/CVS-packages/stupids/dia/dia/app/menus.c,v retrieving revision 1.1.1.2 diff -u -r1.1.1.2 menus.c --- app/menus.c 2002/01/03 21:40:09 1.1.1.2 +++ app/menus.c 2002/01/04 14:52:23 @@ -21,6 +21,7 @@ #endif #include <gtk/gtk.h> +#include <gdk/gdkkeysyms.h> #include <string.h> #ifdef GNOME
