diff options
author | lordjaxom <lordjaxom> | 2005-01-25 15:15:53 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-25 15:15:53 +0000 |
commit | f5308255a9b3630439b8fe115f45d68150588acb (patch) | |
tree | f499944ee6b765ca5894115ec90d9c1d55791ef6 /status.h | |
parent | 46b61347c0f5086a3d4e7409da182f45ffb6bf30 (diff) | |
download | vdr-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.h | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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: |