Hi!
Ralph Glasstetter wrote:
> PS: Sorry for the overlapping patches...
Hope I didn't miss anything. This one:
> diff -Naur svn/src/settings.cpp r107-recentfiles/src/settings.cpp
> --- svn/src/settings.cpp 2007-12-06 16:44:12.000000000 +0100
> +++ r107-recentfiles/src/settings.cpp 2007-12-06 21:20:50.000000000 +0100
> @@ -158,9 +182,9 @@
> pipe_format.push_back(format);
> QString key = "/" + QString::number(++i);
> beginGroup(key);
> - command = readEntry("/command");
> - post = readEntry("/post");
> - label = readEntry("/label");
> + command = readEntry(key + "-command", "");
> + post = readEntry(key + "-post", "");
> + label = readEntry(key + "-label", "");
> format = readNumEntry("/format", 0);
> endGroup(); // key
> }
of course didn't go in because it just undid my changes to your last
patch. :-) But the one-line fix you sent today is already included.
Welcome to r108,
--
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
DVBCUT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvbcut-user