[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice-devel
Subject:    kpresenter commit
From:       Thorsten Zachmann <t.zachmann () zagge ! de>
Date:       2005-04-28 11:02:34
Message-ID: 200504281302.34446.t.zachmann () zagge ! de
[Download RAW message or body]

Hello Laurent,

this commit breaks loading of the charset for me and also Raphael. Instead 
with the last version as I have patched it before it works without problems.

I still think this is correct as the encoding is set by

webPres.setEncoding( KGlobal::charsets()->encodingForName( encoding->currentText() ) )

and so this should also work when checking.

Are you sure it is working on your side?

Anybody any idea why this happens?

Thorsten




CVS commit by mlaurent: 

Fix load charset


  M +2 -2      webpresentation.cc   1.128


--- koffice/kpresenter/webpresentation.cc  #1.127:1.128
@@ -813,5 +813,5 @@ void KPWebPresentationWizard::setupPage2
         encoding->insertItem(encodings[i]);
 
-        if ( KGlobal::charsets()->encodingForName( encodings[i] ) == 
webPres.getEncoding() )
+        if (  codecForEnc->name() == webPres.getEncoding() )
           encoding->setCurrentItem(idx);
         idx++;
_______________________________________________
koffice-devel mailing list
koffice-devel@kde.org
https://mail.kde.org/mailman/listinfo/koffice-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic