* [gentoo-commits] gentoo-x86 commit in net-im/psi/files: psi-0.12.1-qt-4.5-compatibility.patch
@ 2009-02-18 14:35 Peter Volkov (pva)
0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2009-02-18 14:35 UTC (permalink / raw
To: gentoo-commits
pva 09/02/18 14:35:45
Added: psi-0.12.1-qt-4.5-compatibility.patch
Log:
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)
Revision Changes Path
1.1 net-im/psi/files/psi-0.12.1-qt-4.5-compatibility.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/psi/files/psi-0.12.1-qt-4.5-compatibility.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/psi/files/psi-0.12.1-qt-4.5-compatibility.patch?rev=1.1&content-type=text/plain
Index: psi-0.12.1-qt-4.5-compatibility.patch
===================================================================
--- 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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-18 14:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-18 14:35 [gentoo-commits] gentoo-x86 commit in net-im/psi/files: psi-0.12.1-qt-4.5-compatibility.patch Peter Volkov (pva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox