summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-01-25 15:15:53 +0000
committerlordjaxom <lordjaxom>2005-01-25 15:15:53 +0000
commitf5308255a9b3630439b8fe115f45d68150588acb (patch)
treef499944ee6b765ca5894115ec90d9c1d55791ef6 /status.h
parent46b61347c0f5086a3d4e7409da182f45ffb6bf30 (diff)
downloadvdr-plugin-text2skin-f5308255a9b3630439b8fe115f45d68150588acb.tar.gz
vdr-plugin-text2skin-f5308255a9b3630439b8fe115f45d68150588acb.tar.bz2
- fixed segfault happening when deleting a running timer when {CurrentRecording} is used in the same display
Diffstat (limited to 'status.h')
-rw-r--r--status.h9
1 files changed, 2 insertions, 7 deletions
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<tRecordingInfo> tRecordings;
private: