[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:26:53
Message-ID: 20070315192653.12623.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         




------- Additional Comments From tr erdfunkstelle de  2007-03-15 20:26 -------
ok, this patch against KDE 3.5 should fix the bug:

Index: bookmarks/kbookmarkmanager.cc
===================================================================
--- bookmarks/kbookmarkmanager.cc       (Revision 642839)
+++ bookmarks/kbookmarkmanager.cc       (Arbeitskopie)
 @ -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