Skip to content

Commit

Permalink
- 2.11.4
Browse files Browse the repository at this point in the history
- fixed bug 67350 - Can't change RPM group in NCurses package manager
  (reverted patch from Tue Nov 23 16:28:41 CET 2004; see also bug 
   46154)


svn path=/branches/SuSE-Linux-9_3-Branch/ncurses/; revision=22347
  • Loading branch information
Martin Lazar committed Mar 7, 2005
1 parent be4883a commit d03162c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.11.3
2.11.4
9 changes: 8 additions & 1 deletion package/yast2-ncurses.changes
@@ -1,5 +1,12 @@
-------------------------------------------------------------------
Thu Feb 17 16:25:49 CET 2005 - gizo@suse.de
Mon Mar 7 17:15:18 CET 2005 - mlazar@suse.cz

- 2.11.4
- fixed bug 67350 - Can't change RPM group in NCurses package manager
(reverted patch from Tue Nov 23 16:28:41 CET 2004; see also bug 46154)

-------------------------------------------------------------------
Thu Feb 17 16:25:49 CET 2005 - mlazar@suse.cz

- 2.11.3
- redirected stderr and stdout do log (see bug 42155)
Expand Down
2 changes: 1 addition & 1 deletion src/NCTree.cc
Expand Up @@ -112,7 +112,7 @@ class NCTreeLine : public NCTableLine {
return 0;
break;
case KEY_SPACE:
case KEY_RETURN:
// case KEY_RETURN: - see bug 67350
case '+':
case '-':
break;
Expand Down
2 changes: 1 addition & 1 deletion src/NCTreePad.cc
Expand Up @@ -449,7 +449,7 @@ bool NCTreePad::handleInput( wint_t key )
case KEY_IC:
case KEY_DC:
case KEY_SPACE:
case KEY_RETURN:
// case KEY_RETURN: - see bug 67350
if ( visItems[citem.L]->handleInput( key ) ) {
UpdateFormat();
setpos( wpos( citem.L, srect.Pos.C ) );
Expand Down

0 comments on commit d03162c

Please sign in to comment.