Commit Graph

  • 50ff4d3b79 Fixed the INSTALL section on retrying shutdown later Klaus Schmidinger 2007-01-04 13:23:42 +01:00
  • dcff08512e Fixed a possible segfault if VDR gets terminated while a message is displayed Klaus Schmidinger 2007-01-04 13:11:52 +01:00
  • e72bff8938 Fixed a typo Klaus Schmidinger 2007-01-04 13:05:45 +01:00
  • 20e2335d3e Version 1.4.4-2 - Added '#include <stdint.h>' to font.h (reported by Peter Pinnau). - Added a compatibility define for 'uint64' to tools.h, so that existing plugins don't need to be modified immediately (reported by Suur Karu). This will be removed in version 1.5. Klaus Schmidinger 2006-12-03 18:00:00 +01:00
  • 287cd613a1 Version 1.4.4-1 - Some improvements to the man pages (thanks to Ville Skyttä). - Fixed a possible segfault in cSkins::Message() (thanks to Udo Richter). - Made the getskyepg.pl script of the 'sky' plugin send a user agent message to the server, according to the rules at http://bleb.org/tv/data/listings. If your version of 'wget' doesn't support the -U option to set the user agent, use the new option -U of getskyepg.pl to have the information added to the URL as a query string. - The getskyepg.pl script now replaces "&amp;" with "&". - Fixed a possible crash in remux.c on 64-bit machines (thanks to Reinhard Nissl). - Fixed a typo in the change to the "Use small font" setup option in version 1.3.47 in the HISTORY and CONTRIBUTORS file (reported by Andreas Brugger). - Added a missing 'const' to cRecordingInfo::ChannelID() (reported by Andreas Brugger). This required the APIVERSION to be increased, so plugins will have to be recompiled. - Now calling cPluginManager::Active() only if VDR is really trying to shut down, and waiting for 5 minutes before calling it again (thanks to Jörg Wendel for reporting that cPlugin::Active() was called too often, and to Udo Richter for some hints on how to improve this). - Replaced 'unsigned long' with 'uint32_t' and 'uint64' with 'uint64_t' to avoid problems on 64-bit machines. Klaus Schmidinger 2006-12-03 18:00:00 +01:00
  • 9e2fcf1ebf Added '#include <stdint.h>' to font.h; added a compatibility define for 'uint64' to tools.h (cont'd) 1.4.4-2 Klaus Schmidinger 2006-12-03 17:40:00 +01:00
  • f9efdeab55 Removed the '__attribute__' - didn't work with function parameters Klaus Schmidinger 2006-12-03 17:38:38 +01:00
  • 0efa7a757a Added '#include <stdint.h>' to font.h; added a compatibility define for 'uint64' to tools.h Klaus Schmidinger 2006-12-03 16:52:19 +01:00
  • fb22b61299 Adjusted release date 1.4.4-1 Klaus Schmidinger 2006-12-03 09:57:09 +01:00
  • 3f7090887b Moved the cPluginManager::Active() call further down Klaus Schmidinger 2006-12-02 16:22:12 +01:00
  • 19f39258f0 Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to avoid problems on 64-bit machines Klaus Schmidinger 2006-12-02 11:30:19 +01:00
  • 661da094e1 Now calling cPluginManager::Active() only if VDR is really trying to shut down, and waiting for 5 minutes before calling it again Klaus Schmidinger 2006-12-02 10:35:27 +01:00
  • ddcb37300f The getskyepg.pl script now replaces "&amp;" with "&" Klaus Schmidinger 2006-12-02 10:00:08 +01:00
  • 83ad7bf6e4 Added a missing 'const' to cRecordingInfo::ChannelID() Klaus Schmidinger 2006-12-01 15:09:10 +01:00
  • 2bdf515ace Fixed a typo in the change to the "Use small font" setup option in version 1.3.47 Klaus Schmidinger 2006-12-01 15:03:37 +01:00
  • 78b78ffd64 Fixed a possible crash in remux.c on 64-bit machines Klaus Schmidinger 2006-12-01 14:53:11 +01:00
  • bab6955557 Made the getskyepg.pl script of the 'sky' plugin send a user agent message to the server Klaus Schmidinger 2006-12-01 14:39:59 +01:00
  • 3e0659a10a Fixed a possible segfault in cSkins::Message() Klaus Schmidinger 2006-12-01 13:35:41 +01:00
  • 5945e2b1cb Some improvements to the man pages Klaus Schmidinger 2006-11-19 10:05:58 +01:00
  • bc67a03157 Version 1.4.4 - Fixed displaying the replay mode symbol in case of "Multi speed mode" (reported by Marco Schlüßler). Klaus Schmidinger 2006-11-04 18:00:00 +01:00
  • 3dc4a71fe6 Fixed displaying the replay mode symbol in case of "Multi speed mode" 1.4.4 Klaus Schmidinger 2006-11-04 13:19:31 +01:00
  • d45b4aba73 Version 1.4.3-4 - Fixed deleting EPG events that have a running status of "pausing" or higher. - Fixed handling NITs with more than one delivery system descriptor tag for the same transponder. Klaus Schmidinger 2006-10-29 17:00:00 +01:00
  • b8b41e4138 Adjusted release date 1.4.3-4 Klaus Schmidinger 2006-10-29 10:09:53 +01:00
  • 6bee1b1f3d Fixed handling NITs with more than one delivery system descriptor tag for the same transponder Klaus Schmidinger 2006-10-28 12:38:13 +02:00
  • af0e7a6193 Fixed deleting EPG events that have a running status of "pausing" or higher Klaus Schmidinger 2006-10-28 09:16:24 +02:00
  • f99e13afb4 Version 1.4.3-3 - Fixed setting audio track descriptions after a replay has been stopped (reported by Ulf Kiener, thanks to Marco Schlüßler for pointing out what caused the problem). Klaus Schmidinger 2006-10-22 18:00:00 +02:00
  • d67543b9ac Adjusted release date again 1.4.3-3 Klaus Schmidinger 2006-10-22 09:11:29 +02:00
  • 9a6e81fc3a Fixed setting audio track descriptions after a replay has been stopped Klaus Schmidinger 2006-10-20 13:42:14 +02:00
  • 9ef312f888 Version 1.4.3-2 - Fixed clearing an event's Title, ShortText and Description in case the data comes from an external source. - Updated the Hungarian language texts (thanks to Guido Josten). - Fixed a possible crash if cPluginManager::GetPlugin() is called with a NULL pointer (thanks to Petri Hintukainen). - Fixed displaying the error log message in case an unknown plugin was requested in a key macro (thanks to Petri Hintukainen). - Keys from expanded key macros are now put into the front of the key queue to avoid problems if the queue is not empty at that time (based on a patch from Petri Hintukainen). - cKeyMacro now has an explicit counter for the number of keys it contains. - cRemote::PutMacro() now sets a lock while it expands the macro (thanks to Petri Hintukainen). - Fixed handling plugins from cRemote::PutMacro() and cRemote::CallPlugin() (based on a patch from Petri Hintukainen). - Increased the size of the key queue to avoid problems with long key macros. Klaus Schmidinger 2006-10-15 18:00:00 +02:00
  • a47b2bfc75 Adjusted release date 1.4.3-2 Klaus Schmidinger 2006-10-15 09:03:01 +02:00
  • 24da36dd8d Increased the size of the key queue to avoid problems with long key macros Klaus Schmidinger 2006-10-14 11:47:32 +02:00
  • f2c619568f Fixed handling plugins from cRemote::PutMacro() and cRemote::CallPlugin() Klaus Schmidinger 2006-10-14 11:09:01 +02:00
  • 3a9deab56c cRemote::PutMacro() now sets a lock while it expands the macro Klaus Schmidinger 2006-10-14 10:46:19 +02:00
  • 93d2941ebe Keys from expanded key macros are now put into the front of the key queue Klaus Schmidinger 2006-10-14 10:41:20 +02:00
  • 7bed3fd6ba Fixed displaying the error log message in case an unknown plugin was requested in a key macro Klaus Schmidinger 2006-10-14 10:06:16 +02:00
  • 6a15d77429 Fixed a possible crash if cPluginManager::GetPlugin() is called with a NULL pointer Klaus Schmidinger 2006-10-14 09:57:09 +02:00
  • bb335fecba Updated the Hungarian language texts Klaus Schmidinger 2006-10-14 09:27:13 +02:00
  • c65fc15934 Fixed clearing an event's Title, ShortText and Description in case the data comes from an external source Klaus Schmidinger 2006-10-09 16:22:07 +02:00
  • 948c370a29 Version 1.4.3-1 - The function cThread::Cancel() now only sets 'running' to false and does not actually kill the thread if the special value -1 is given (suggested by Udo Richter). - Changed the I18nNormalizeLanguageCode() check to also allow blanks (and all other printable characters) in the language codes (thanks to Boguslaw Juza for reporting that there are stations that use blanks in these codes). Blanks are replaced with underlines, so that all parts of VDR that rely on language codes to be one word (without blanks) work as expected. - Now clearing an event's Title, ShortText and Description if there is no ShortEventDescriptor or ExtendedEventDescriptor, respectively (thanks to Boguslaw Juza for reporting that events without an ExtendedEventDescriptor may get duplicate information in their ShortText through the EPG bugfixes in case they are received again). - Fixed handling video directory updates in case an other process has touched the .update file after the last NeedsUpdate() check (thanks to Petri Hintukainen). - Fixed handling language codes and descriptions of recorded audio tracks on channels with multiple tracks where not all of them appear in the event data (reported by Boguslaw Juza). Klaus Schmidinger 2006-10-08 18:00:00 +02:00
  • a9d6bb256d Replacing blanks in language codes with underlines 1.4.3-1 Klaus Schmidinger 2006-10-08 11:28:15 +02:00
  • 29c0f9e1e0 Fixed handling language codes and descriptions of recorded audio tracks Klaus Schmidinger 2006-10-07 13:59:21 +02:00
  • 09c6bced8d Fixed handling video directory updates in case an other process has touched the .update file after the last NeedsUpdate() check Klaus Schmidinger 2006-10-07 12:50:24 +02:00
  • f951fb2f9c Now clearing an event's Title, ShortText and Description if there is no ShortEventDescriptor or ExtendedEventDescriptor, respectively Klaus Schmidinger 2006-10-07 12:37:59 +02:00
  • 94e43892a5 Changed the I18nNormalizeLanguageCode() check to also allow blanks (and all other printable characters) in the language codes Klaus Schmidinger 2006-10-07 12:22:04 +02:00
  • 2d68b323c7 The function cThread::Cancel() now only sets 'running' to false and does not actually kill the thread if the special value -1 is given Klaus Schmidinger 2006-09-24 12:54:47 +02:00
  • 312c21b832 Version 1.4.3 - Official release. Klaus Schmidinger 2006-09-23 18:00:00 +02:00
  • 0b8cee6f2a Official release of version 1.4.3 1.4.3 Klaus Schmidinger 2006-09-23 13:57:19 +02:00
  • d495ed1a3e Version 1.4.2-3 - Added --remove-destination to the 'cp' command for binaries in the Makefiles of the plugins (thanks to Rolf Ahrenberg). - The 'skincurses' plugin now adjusts the size of the OSD to the size of the console window. - Fixed deleting expired VPS timers (under certain conditions a timer could have been deleted before it even started recording). - Updated the Hungarian language texts (thanks to Istvan Koenigsberger and Guido Josten). - Fixed handling video directory updates in case the timestamp of the .update file is in the future (thanks to Petri Hintukainen). Klaus Schmidinger 2006-09-17 18:00:00 +02:00
  • 8ebd403363 Adjusted release date 1.4.2-3 Klaus Schmidinger 2006-09-17 09:18:57 +02:00
  • 2d29eb90fe Fixed handling video directory updates in case the timestamp of the .update file is in the future Klaus Schmidinger 2006-09-16 12:14:06 +02:00
  • 59b6005a0c Updated the Hungarian language texts Klaus Schmidinger 2006-09-16 09:08:53 +02:00
  • fd4ffed37b Fixed deleting expired VPS timers Klaus Schmidinger 2006-09-15 15:01:40 +02:00
  • 1b79274fae The 'skincurses' plugin now adjusts the size of the OSD to the size of the console window Klaus Schmidinger 2006-09-10 14:25:55 +02:00
  • 2aa6df4b7c Added --remove-destination to the 'cp' command for binaries in the Makefiles of the plugins Klaus Schmidinger 2006-09-10 14:10:51 +02:00
  • 0b99b3aac1 Version 1.4.2-2 - Fixed cTimer::operator=() in case a cTimer variable is assigned to itself (thanks to Alexander Rieger). - Implemented a copy constructor for cTimer (thanks to Udo Richter for reporting that an assignment in svdrp.c didn't use the cTimer::operator=()). Klaus Schmidinger 2006-09-09 18:00:00 +02:00
  • 06debdd830 Adjusted release date 1.4.2-2 Klaus Schmidinger 2006-09-09 09:27:45 +02:00
  • 782f2683d9 Fixed cTimer::operator=() in case a cTimer variable is assigned to itself; implemented a copy constructor for cTimer Klaus Schmidinger 2006-09-08 15:06:09 +02:00
  • c49ca5abb7 Version 1.4.2-1 - Added LC_ALL to the checks for UTF-8 at startup (suggested by Matthias Schwarzott). - Fixed the cTimer::operator=() so that it won't mess up the cListObject's pointers (reported by Alexander Rieger). - Fixed a memory leak in the cTimer::operator=() when using the 'aux' string (reported by Alexander Rieger). - Fixed processing the PDCDescriptor in 'libsi' on big endian systems (thanks to Martin Ostermann). - Fixed handling relative volume settings that unmute the audio in the call to cStatus::MsgSetVolume() (reported by Oliver Endriss). Klaus Schmidinger 2006-09-03 18:00:00 +02:00
  • 5ff1d35711 Fixed handling relative volume settings that unmute the audio in the call to cStatus::MsgSetVolume() 1.4.2-1 Klaus Schmidinger 2006-09-03 11:49:32 +02:00
  • 2e97eed6ad Fixed processing the PDCDescriptor in 'libsi' on big endian systems Klaus Schmidinger 2006-09-02 20:25:16 +02:00
  • 4c88f1da7e Fixed the cTimer::operator=() so that it won't mess up the cListObject's pointers; fixed a memory leak in the cTimer::operator=() when using the 'aux' string Klaus Schmidinger 2006-09-02 10:22:40 +02:00
  • 4ae577fcb4 Added LC_ALL to the checks for UTF-8 at startup Klaus Schmidinger 2006-09-01 12:59:35 +02:00
  • 6d6df2fddd Version 1.4.2 - Revoked the change to cDevice::GetDevice() that was introduced in version 1.4.1-2, which made it prefer any device that's already receiving and doesn't require detatching receivers. This change has caused some unwanted behavior, so further testing is necessary. Klaus Schmidinger 2006-08-27 18:00:00 +02:00
  • c2e2673629 Revoked the change to cDevice::GetDevice() that was introduced in version 1.4.1-2 1.4.2 Klaus Schmidinger 2006-08-27 08:42:31 +02:00
  • 1305406f0a channels.conf Klaus Schmidinger 2006-08-26 14:00:00 +02:00
  • 0e310c57a4 Version 1.4.1-5 - Replaced the "quick workaround for additional live audio PIDs" in cDvbDevice::SetChannelDevice() with an actual solution in cDvbDevice::SetAudioTrackDevice() in order to prevent sticky PIDs in CAMs, which caused long switching times or completely blank screens when switching between encrypted channels on the same transponder (reported by Tomas Berglund). - Adapted cThread::ThreadId() to recent kernels (thanks to Ville Skyttä). - Added --remove-destination to the 'cp' command for binaries in the Makefile to avoid a crash in case a new version is installed on a running system (suggested by Petri Hintukainen). - Fixed handling "Ca Info" in case the CAM sends this again if the smart card is replaced with a different one. Klaus Schmidinger 2006-08-20 18:00:00 +02:00
  • cac5cd37b8 Fixed handling "Ca Info" in case the CAM sends this again if the smart card is replaced with a different one 1.4.1-5 Klaus Schmidinger 2006-08-20 11:54:56 +02:00
  • a7c9905236 Added --remove-destination to the 'cp' command for binaries in the Makefile Klaus Schmidinger 2006-08-20 10:46:02 +02:00
  • ef01c6d8bb Adapted cThread::ThreadId() to recent kernels Klaus Schmidinger 2006-08-20 10:28:35 +02:00
  • e68171626e Fixed setting additional audio PIDs in CAMs Klaus Schmidinger 2006-08-14 09:56:28 +02:00
  • f5ad8fc5d7 Version 1.4.1-4 - Fixed converting the port number in the "connect from..." log message of SVDRP (thanks to Ville Skyttä). - Made the cCiSession members sessionId and resourceId uint16_t and uint32_t, respectively, to match their types in the CI session data (thanks to Ville Skyttä for reporting that there are places where ntohs() is assigned to different types). - Changed the way a device is selected for receiving in order to keep devices with CAMs better available, even if this means recording on the primary device (reported by Jörn Reder; thanks to Anssi Hannula for improving handling Transfer Mode devices in this). - No longer stopping removing empty directories if an error occurs (thanks to Oliver Endriss). - Added a log error message to cPlugin::ConfigDirectory() in case a plugin calls it from a separate thread (reported by Udo Richter). Klaus Schmidinger 2006-08-13 18:00:00 +02:00
  • dc32738b27 Added a log error message to cPlugin::ConfigDirectory() in case a plugin calls it from a separate thread 1.4.1-4 Klaus Schmidinger 2006-08-13 08:58:50 +02:00
  • 1c3acf28af No longer stopping removing empty directories if an error occurs Klaus Schmidinger 2006-08-12 13:32:06 +02:00
  • 713093670f Changed the way a device is selected for receiving in order to keep devices with CAMs better available Klaus Schmidinger 2006-08-12 11:33:34 +02:00
  • 7390eaf765 Made the cCiSession members sessionId and resourceId uint16_t and uint32_t Klaus Schmidinger 2006-08-12 10:26:43 +02:00
  • 9e6b12aa20 Fixed converting the port number in the "connect from..." log message of SVDRP Klaus Schmidinger 2006-08-12 09:12:34 +02:00
  • 33f1491b18 Version 1.4.1-3 - Fixed assigning schedules to channels in case there is no initial EPG information (thanks to Frank Schmirler). - Increased the APIVERSION to allow plugins that relied on the cStatus::MsgSetVolume() bug to react properly (suggested by Stefan Huelswitt). - Fixed cDevice::ToggleMute() (thanks to Christoph Haubrich). - Fixed deleting the last character of a string menu item in insert mode (thanks to Udo Richter). - The /video/.update file is now touched _after_ an editing process is finished in order to avoid excessive disk access (thanks to Artur Skawina). - Fixed handling the running status of EPG events before the currently running one, in case they are added after the current event (cont'd from version 1.4.1-2). - Modified the shutdown mechanism, so that the shutdown script is never given a time in the past (reported by Helmut Auer). If a timer is currently recording, or a recording would start within the next 30 minutes (default for the "Min. event timeout" setup parameter), and the user insists in shutting down now, the reboot time given to the shutdown script will correspond to a time that is "Min. event timeout" minutes (default is 30) in the future. - Avoiding shutdown message "Recording in ... minutes, shut down anyway?" with a negative number of minutes (reported by Udo Richter). - Fixed getting the next active timer when shutting down (thanks to Udo Richter). - Modified the cSVDRP::Close() function to avoid code duplication. Klaus Schmidinger 2006-08-06 18:00:00 +02:00
  • f413879936 Modified the cSVDRP::Close() function to avoid code duplication 1.4.1-3 Klaus Schmidinger 2006-08-06 09:20:04 +02:00
  • c78a784fb2 Fixed getting the next active timer when shutting down Klaus Schmidinger 2006-08-05 12:06:11 +02:00
  • 394865b3d9 Avoiding shutdown message "Recording in ... minutes, shut down anyway?" with a negative number of minutes Klaus Schmidinger 2006-08-05 10:55:52 +02:00
  • 8bfe599830 Modified the shutdown mechanism, so that the shutdown script is never given a time in the past Klaus Schmidinger 2006-08-05 10:42:23 +02:00
  • c325fe76ee Fixed handling the running status of EPG events before the currently running one, in case they are added after the current event (cont'd from version 1.4.1-2) Klaus Schmidinger 2006-08-05 10:15:34 +02:00
  • ae4633feb0 Now invalidating /video cache _after_ cutting Klaus Schmidinger 2006-07-30 10:29:24 +02:00
  • cacd58d036 Fixed deleting the last character of a string menu item in insert mode Klaus Schmidinger 2006-07-30 09:09:30 +02:00
  • cdad4a6b4e Fixed cDevice::ToggleMute() Klaus Schmidinger 2006-07-29 10:17:35 +02:00
  • afb7ae3295 Increased the APIVERSION to allow plugins that relied on the cStatus::MsgSetVolume() bug to react properly Klaus Schmidinger 2006-07-29 09:57:57 +02:00
  • 173e0bea90 Fixed assigning schedules to channels in case there is no initial EPG information Klaus Schmidinger 2006-07-29 09:40:41 +02:00
  • 80c0452968 Version 1.4.1-2 - Fixed the Makefile of the 'servicedemo' plugin, so that it defines the PLUGIN macro, which allows the Make.config file to react properly when compiling the plugin (reported by Bernd Melcher). Note to all plugin developers: a plugin's Makefile *must* define the PLUGIN macro, even if it doesn't use it itself! - Added a comment regarding the PLUGIN macro to the 'newplugin' script. - Added '--vfat' to the vdr.1 man page (reported by Udo Richter). - Removed a double fdopen() in cPipe::Open() (reported by Stefan Huelswitt). - Fixed handling the running status of EPG events before the currently running one, in case they are added after the current event. - cEIT::cEIT() now calls pSchedule->SetPresentSeen() even if OnlyRunningStatus is true. - Newlines in title and short text of an EPG event are now changed into blanks only after all other fixes, because a short text might become a description. - Fixed handling network masks in the svdrphosts.conf file (thanks to Patrick Maier). - Fixed handling relative volume settings in the call to cStatus::MsgSetVolume() (reported by Norbert Wentz). - Added a missing initialization of 'mutex' in cCiMenu::cCiMenu() and removed some superfluous semicolons in ci.c (thanks to Marco Schlüßler). - Fixed handling client side termination of SVDRP connections (thanks to Frank Schmirler). - cDevice::GetDevice() now prefers any device that's already receiving and doesn't require detatching receivers (suggested by Anssi Hannula). - Fixed handling numeric keys in the channel display after switching channel groups (thanks to Andreas Regel). - Menu items derived from cMenuEditIntItem now loop though their values if they have a dedicated minimum or maximum limit (suggested by Andy Grobb). Looping is only done for normal keypresses, not for repeated ones. This allows the user to scroll the value all the way to the limit by keeping the key pressed. Klaus Schmidinger 2006-07-23 18:00:00 +02:00
  • 8f2f3e9ac2 Menu items derived from cMenuEditIntItem now loop though their values if they have a dedicated minimum or maximum limit 1.4.1-2 Klaus Schmidinger 2006-07-23 09:48:51 +02:00
  • 35884ec732 Added credits for Bernd Melcher Klaus Schmidinger 2006-07-23 09:38:51 +02:00
  • 2aa43cb3e2 Fixed handling numeric keys in the channel display after switching channel groups Klaus Schmidinger 2006-07-23 09:26:50 +02:00
  • 92e4e131d0 cDevice::GetDevice() now prefers any device that's already receiving and doesn't require detatching receivers Klaus Schmidinger 2006-07-22 14:11:02 +02:00
  • 375aa2563a Fixed handling client side termination of SVDRP connections Klaus Schmidinger 2006-07-22 14:04:51 +02:00
  • ee4fa90032 Added a missing initialization of 'mutex' in cCiMenu::cCiMenu() and removed some superfluous semicolons in ci.c Klaus Schmidinger 2006-07-22 13:43:01 +02:00
  • 8f3ae72e9d Fixed handling relative volume settings in the call to cStatus::MsgSetVolume() Klaus Schmidinger 2006-07-22 13:26:44 +02:00
  • bd6046c37d Fixed handling network masks in the svdrphosts.conf file Klaus Schmidinger 2006-07-22 11:59:28 +02:00
  • 5f0b2fbf2e Newlines in title and short text of an EPG event are now changed into blanks only after all other fixes Klaus Schmidinger 2006-07-22 10:48:22 +02:00
  • e9a90f7972 cEIT::cEIT() now calls pSchedule->SetPresentSeen() even if OnlyRunningStatus is true Klaus Schmidinger 2006-07-22 09:25:11 +02:00
  • c4743d1d26 Fixed handling the running status of EPG events before the currently running one, in case they are added after the current event Klaus Schmidinger 2006-07-22 09:20:32 +02:00
  • f936447c25 Fixed a comment Klaus Schmidinger 2006-06-24 10:22:57 +02:00