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

List:       kde-commits
Subject:    KDE/kdebase/apps/nsplugins
From:       Maks Orlovich <maksim () kde ! org>
Date:       2009-07-12 21:19:01
Message-ID: 1247433541.872807.4883.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 995504 by orlovich:

Unbreak loading of plugins from paths with upper-case letters. Yey for porting-from-Qt3Support-introduced-bugs



 M  +1 -1      nspluginloader.cpp  


--- trunk/KDE/kdebase/apps/nsplugins/nspluginloader.cpp #995503:995504
@@ -269,7 +269,7 @@
       if (!mime.isEmpty())
         {
           // insert the mimetype -> plugin mapping
-          _mapping.insert(mime, QString(plugin).toLower());
+          _mapping.insert(mime, QString(plugin));
 
           // insert the suffix -> mimetype mapping
           QStringList::Iterator suffix;
[prev in list] [next in list] [prev in thread] [next in thread] 

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