ups,..
sorry, i didn't realized that these lines are still in the old syntax!

That lines just have been changed because of the missing default parameters "",
since I'm checking later on for empty strings in commmand / label.

But probably an empty string is returned anyhow if the keys have not been not 
found...
  
ralph

> -----Ursprüngliche Nachricht-----
> Von: "DVBCUT questions,  discussions and announcements" 
> <dvbcut-user@lists.sourceforge.net>
> Gesendet: 07.12.07 20:43:13
> An:   discussions and announcements" <dvbcut-user@lists.sourceforge.net>
> Betreff: Re: [DVBCUT-user] [PATCH] recentfiles & CLI options


> 
> 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
> DVBCUT-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dvbcut-user
> 

-- 
 =======================================================
  Ralph Glasstetter                                       
                                                                     phone      
               0721 359166
  Rüppurrer Str. 62                                        email   [EMAIL 
PROTECTED]
  76137 Karlsruhe                                         fax/voice       01212 
5 107 16 958
 =======================================================
_________________________________________________________________________
In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! 
Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
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
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to