From f5308255a9b3630439b8fe115f45d68150588acb Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 25 Jan 2005 15:15:53 +0000 Subject: - fixed segfault happening when deleting a running timer when {CurrentRecording} is used in the same display --- status.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'status.h') diff --git a/status.h b/status.h index 84278d4..06e45ee 100644 --- a/status.h +++ b/status.h @@ -1,5 +1,5 @@ /* - * $Id: status.h,v 1.5 2005/01/15 21:02:40 lordjaxom Exp $ + * $Id: status.h,v 1.6 2005/01/25 15:15:53 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_STATUS_H @@ -24,12 +24,7 @@ public: #define __REPLAY_COUNT__ (cText2SkinStatus::replayImage+1) }; - struct tRecordingInfo { - std::string name; - const cDevice *device; - - tRecordingInfo(const std::string &n, const cDevice *d): name(n), device(d) {} - }; + typedef std::string tRecordingInfo; typedef std::vector tRecordings; private: -- cgit v1.2.3