From b2b925d1a933c9129eb84699e9893d80e7e9534d Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 8 Feb 2005 17:22:35 +0000 Subject: - transfer --- client/menu.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'client/menu.c') diff --git a/client/menu.c b/client/menu.c index 183e4e0..9d0b2b3 100644 --- a/client/menu.c +++ b/client/menu.c @@ -1,5 +1,5 @@ /* - * $Id: menu.c,v 1.2 2005/02/08 14:09:27 lordjaxom Exp $ + * $Id: menu.c,v 1.3 2005/02/08 17:22:35 lordjaxom Exp $ */ #include @@ -47,8 +47,6 @@ eOSState cStreamdevMenu::ProcessKey(eKeys Key) { } void cStreamdevMenu::SuspendServer(void) { - cTBString buffer; - if (ClientSocket.SuspendServer()) INFO(tr("Server is suspended")); else @@ -1026,8 +1024,8 @@ eOSState cStreamdevMenuTimers::Summary(void) { return osContinue; cRemoteTimer *ti = CurrentTimer(); - if (ti && !ti->Summary().IsNull()) - return AddSubMenu(new cMenuText(tr("Summary"), ti->Summary())); + if (ti && ti->Summary() != "") + return AddSubMenu(new cMenuText(tr("Summary"), ti->Summary().c_str())); return osContinue; } -- cgit v1.2.3