diff options
| author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-05-08 22:59:40 +0000 |
|---|---|---|
| committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-05-08 22:59:40 +0000 |
| commit | 70f268b6fff0037cbff265cf849663755223ffed (patch) | |
| tree | 26806a8fa7fe319be310ba12266c80e2b2fee34a /tntconfig.cpp | |
| parent | 805c2d6fec9d9b88d9d3d6e4cd8dcac33d062533 (diff) | |
| download | vdr-plugin-live-70f268b6fff0037cbff265cf849663755223ffed.tar.gz vdr-plugin-live-70f268b6fff0037cbff265cf849663755223ffed.tar.bz2 | |
- Control recordings playback from Infobox
- Added button images (Buttons by skiller2k1)
- Made recordings look more like schedule
- Made all tables 100% width to have a common look over all pages
- some cleanup in ajax xml responses
- common file for xmlresponses
- Added translations for recordings related strings
- Javascript updates in vdr_status.js for new playback control functions
- Added tasks for playback control actions
Diffstat (limited to 'tntconfig.cpp')
| -rw-r--r-- | tntconfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tntconfig.cpp b/tntconfig.cpp index 1ca52ec..f047399 100644 --- a/tntconfig.cpp +++ b/tntconfig.cpp @@ -25,7 +25,7 @@ void TntConfig::WriteConfig() ostringstream builder; builder << Plugin::GetConfigDirectory() << "/httpd.config"; m_configPath = builder.str(); - + ofstream file( m_configPath.c_str(), ios::out | ios::trunc ); if ( !file ) { ostringstream builder; @@ -51,7 +51,7 @@ void TntConfig::WriteProperties() ostringstream builder; builder << Plugin::GetConfigDirectory() << "/httpd.properties"; m_propertiesPath = builder.str(); - + ofstream file( m_propertiesPath.c_str(), ios::out | ios::trunc ); if ( !file ) { ostringstream builder; |
