Skip to content
Snippets Groups Projects
Commit b4b8895b authored by edgrif's avatar edgrif
Browse files

fix stupid bug, menu list not long enough.

parent 04752790
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@
*
* Exported functions:
* HISTORY:
* Last edited: Sep 28 15:21 2005 (edgrif)
* Last edited: Oct 5 08:28 2005 (edgrif)
* Created: Thu Jul 29 10:45:00 2004 (rnc)
* CVS info: $Id: zmapWindowDrawFeatures.c,v 1.86 2005-09-30 07:27:58 edgrif Exp $
* CVS info: $Id: zmapWindowDrawFeatures.c,v 1.87 2005-10-05 10:48:16 edgrif Exp $
*-------------------------------------------------------------------
*/
......@@ -1459,6 +1459,10 @@ static void makeItemMenu(GdkEventButton *button_event, ZMapWindow window, FooCan
{"Column UnBump" , 4, itemMenuCB, NULL},
{"Search Window" , 6, itemMenuCB, NULL},
{NULL , 0, NULL, NULL},
{NULL , 0, NULL, NULL},
{NULL , 0, NULL, NULL},
{NULL , 0, NULL, NULL},
{NULL , 0, NULL, NULL},
{NULL , 0, NULL, NULL}
} ;
int free_menu_slot = 6 ;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment