diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-22 10:51:06 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-22 10:51:06 +0000 |
| commit | 0d34f9703fc13e99c4d76a0ee539d58d39dded2d (patch) | |
| tree | 066ae5e0f57a81ba4d9c3bd1b8793cf8020eb873 /lib/dvb/idvb.h | |
| parent | f0443899863b438efb88a57db829ce3ffc87da76 (diff) | |
| download | enigma2-0d34f9703fc13e99c4d76a0ee539d58d39dded2d.tar.gz enigma2-0d34f9703fc13e99c4d76a0ee539d58d39dded2d.zip | |
bouquets and lamedb now stored in /etc/enigma2 (CONFIGDIR/enigma2)
exisiting files in old path will be moved
Diffstat (limited to 'lib/dvb/idvb.h')
| -rw-r--r-- | lib/dvb/idvb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h index 93d3b52a..c1c0377f 100644 --- a/lib/dvb/idvb.h +++ b/lib/dvb/idvb.h @@ -19,7 +19,7 @@ struct eBouquet { std::string m_bouquet_name; - std::string m_path; + std::string m_filename; // without path.. just name typedef std::list<eServiceReference> list; list m_services; // the following four methods are implemented in db.cpp |
