diff options
author | Peter Volkov <pva@gentoo.org> | 2009-02-18 14:35:45 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-02-18 14:35:45 +0000 |
commit | 4597d12a6dbf577704d0c8219538448c5cc16467 (patch) | |
tree | 5c4d8f3aab7c7e73fe086f31ede1b45a1ce8cb14 /net-im/psi/files | |
parent | Added ur_PK, Urdu language locale for Pakistan. (diff) | |
download | gentoo-2-4597d12a6dbf577704d0c8219538448c5cc16467.tar.gz gentoo-2-4597d12a6dbf577704d0c8219538448c5cc16467.tar.bz2 gentoo-2-4597d12a6dbf577704d0c8219538448c5cc16467.zip |
Version bump: this release fixes security issue, bug #252830, thank Alex Legler for report. Added support for localizations, #222385, thank Davide Pesavento and Tomáš Chvátal for the work. Fixed compatibility issue with qt-4.5, #258992, thank Azamat H. Hackimov for report and digging patch. In psi-0.10-r4 updated paths as reported in bug #207169, thank Boris Petersen.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'net-im/psi/files')
-rw-r--r-- | net-im/psi/files/psi-0.12.1-qt-4.5-compatibility.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/psi/files/psi-0.12.1-qt-4.5-compatibility.patch b/net-im/psi/files/psi-0.12.1-qt-4.5-compatibility.patch new file mode 100644 index 000000000000..203ba6e8a6b0 --- /dev/null +++ b/net-im/psi/files/psi-0.12.1-qt-4.5-compatibility.patch @@ -0,0 +1,13 @@ +--- src/main.cpp.old 2009-02-14 21:52:12.000000000 +0500 ++++ src/main.cpp 2009-02-14 21:54:42.000000000 +0500 +@@ -274,9 +274,9 @@ + + int main(int argc, char *argv[]) + { ++ PsiApplication app(argc, argv); + // it must be initialized first in order for ApplicationInfo::resourcesDir() to work + QCA::Initializer init; +- PsiApplication app(argc, argv); + QApplication::addLibraryPath(ApplicationInfo::resourcesDir()); + QApplication::addLibraryPath(ApplicationInfo::homeDir()); + QApplication::setQuitOnLastWindowClosed(false); |