X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=Ada95%2Fsamples%2Fsample-menu_demo.adb;fp=Ada95%2Fsamples%2Fsample-menu_demo.adb;h=38646748713f60b2cce9d7d871950cfa56fe2def;hb=4c309ad3b124eff80aa6b54018b5cc9f1e3d116d;hp=261658f90057afa61c6990a6d46dbfa92ccbf74a;hpb=2983c16f31fb7f25f32da1490d2cfb8397afbefc;p=ncurses.git diff --git a/Ada95/samples/sample-menu_demo.adb b/Ada95/samples/sample-menu_demo.adb index 261658f9..38646748 100644 --- a/Ada95/samples/sample-menu_demo.adb +++ b/Ada95/samples/sample-menu_demo.adb @@ -7,7 +7,7 @@ -- B O D Y -- -- -- ------------------------------------------------------------------------------ --- Copyright (c) 1998,2004 Free Software Foundation, Inc. -- +-- Copyright (c) 1998-2004,2008 Free Software Foundation, Inc. -- -- -- -- Permission is hereby granted, free of charge, to any person obtaining a -- -- copy of this software and associated documentation files (the -- @@ -35,8 +35,8 @@ ------------------------------------------------------------------------------ -- Author: Juergen Pfeifer, 1996 -- Version Control --- $Revision: 1.17 $ --- $Date: 2004/08/21 21:37:00 $ +-- $Revision: 1.18 $ +-- $Date: 2008/07/26 18:48:30 $ -- Binding Version 01.00 ------------------------------------------------------------------------------ with Terminal_Interface.Curses; use Terminal_Interface.Curses; @@ -304,7 +304,6 @@ package body Sample.Menu_Demo is end if; end loop; Set_Spacing (M); - Flip_State := True; Pop_Environment; pragma Assert (Get_Index (Items (M, 1)) = Get_Index (I (1)));