[Bug 188180] Review Request: qt4: Qt GUI toolkit

bugzilla at redhat.com bugzilla at redhat.com
Mon May 15 15:38:16 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: qt4: Qt GUI toolkit


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=188180





------- Additional Comments From rdieter at math.unl.edu  2006-05-15 11:38 EST -------
Re: comment #59 patch
That looks wrong to me, should it be this instead:
--- qassistantclient.cpp.assistant4     2006-03-20 07:04:38.000000000 -0600
+++ qassistantclient.cpp   2006-05-15 10:41:41.000000000 -0500
@@ -166,7 +166,7 @@
     : QObject( parent ), host ( "localhost" )
 {
     if ( path.isEmpty() )
-        assistantCommand = "assistant";
+        assistantCommand = "assistant4";
     else {
         QFileInfo fi( path );
         if ( fi.isDir() )

Since it uses the system path (only) if the provided path is empty.  If path
"isDir" one would hope that an app author would be wise enough to provide
%qtdir/bin and not %bindir.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list