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

List:       konq-bugs
Subject:    [Bug 142325] error message uses wrong encoding
From:       Thomas Reitelbach <tr () erdfunkstelle ! de>
Date:       2007-03-15 19:32:50
Message-ID: 20070315193250.15437.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142325         
tr erdfunkstelle de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From tr erdfunkstelle de  2007-03-15 20:32 -------
SVN commit 642895 by reitelbach:

use correct encoding for the errormessage that comes from the OS

BUG:142325


 M  +1 -1      kbookmarkmanager.cc  


--- branches/KDE/3.5/kdelibs/kio/bookmarks/kbookmarkmanager.cc #642894:642895
 @ -366,7 +366,7  @
                              "This error message will only be shown once. The cause "
                              "of the error needs to be fixed as quickly as possible, "
                              "which is most likely a full hard drive.")
-                        .arg(filename).arg(strerror(file.status()));
+                        .arg(filename).arg(QString::fromLocal8Bit(strerror(file.status())));
         if (qApp->type() != QApplication::Tty)
             KMessageBox::error( 0L, error );
         else
_______________________________________________
Konq-bugs mailing list
Konq-bugs@mail.kde.org
https://mail.kde.org/mailman/listinfo/konq-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

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