    [INACTIVE] Tab context menu calls AddTabContextMenuAction() always

    (Normally this is done only for LessTif versions.)

    This is an attempt to make tab context menus (from mouse button 3) appear
    on Solaris. It allows them to appear, but they disappear as soon as the
    mouse button is released, and the menu buttons don't work.

    I don't use this anymore: it doesn't seem to help.

diff -ur nedit_official nedit_mod
diff -ur nedit_official/source/window.c nedit_mod/source/window.c
--- nedit_official/source/window.c	2004-10-18 15:27:25.000000000 -0400
+++ nedit_mod/source/window.c	2004-12-07 14:13:34.115705000 -0500
@@ -831,10 +831,10 @@
        came without borders */
     XtVaSetValues(XtParent(tooltipLabel), XmNborderWidth, 1, NULL);
 	
-#ifdef LESSTIF_VERSION
+/* #ifdef LESSTIF_VERSION */
     /* If we don't do this, no popup when right-click on tabs */
     AddTabContextMenuAction(tab);
-#endif /* LESSTIF_VERSION */
+/* #endif /* LESSTIF_VERSION */
 
     return tab;
 }
