Commit 3494bfd8 authored by claes's avatar claes

Reset of message row added

parent a282f1bc
/*
* Proview $Id: wb_wpkg.cpp,v 1.5 2007-01-04 07:29:04 claes Exp $
* Proview $Id: wb_wpkg.cpp,v 1.6 2008-03-03 11:02:56 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -68,6 +68,8 @@ void WPkg::activate_distribute()
int item_count;
int sts;
message( ' ', "");
sts = wpkgnav->get_select( &itemlist, &item_count);
if ( EVEN(sts)) {
message( 'E', "Select a node or package");
......@@ -143,6 +145,8 @@ void WPkg::activate_createpkg()
int item_count;
int sts;
message( ' ', "");
sts = wpkgnav->get_select( &itemlist, &item_count);
if ( EVEN(sts)) {
message( 'E', "Select a node");
......@@ -186,6 +190,8 @@ void WPkg::activate_deletepkg()
int item_count;
int sts;
message( ' ', "");
sts = wpkgnav->get_select( &itemlist, &item_count);
if ( EVEN(sts)) {
message( 'E', "Select a package");
......
Markdown is supported
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