rpms/qscintilla/devel QScintilla-gpl-2.4-autocomplete_popup.patch, 1.1, 1.2

Rex Dieter rdieter at fedoraproject.org
Wed Oct 21 13:48:38 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/qscintilla/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15099

Modified Files:
	QScintilla-gpl-2.4-autocomplete_popup.patch 
Log Message:
typo!


QScintilla-gpl-2.4-autocomplete_popup.patch:
 SciClasses.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: QScintilla-gpl-2.4-autocomplete_popup.patch
===================================================================
RCS file: /cvs/pkgs/rpms/qscintilla/devel/QScintilla-gpl-2.4-autocomplete_popup.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- QScintilla-gpl-2.4-autocomplete_popup.patch	21 Oct 2009 13:24:35 -0000	1.1
+++ QScintilla-gpl-2.4-autocomplete_popup.patch	21 Oct 2009 13:48:38 -0000	1.2
@@ -6,7 +6,7 @@ diff -up QScintilla-gpl-2.4/Qt4/SciClass
      : QListWidget(parent), lbx(lbx_)
  {
 -    setWindowFlags(Qt::Tool|Qt::FramelessWindowHint);
-+    setWindowFlags(Qt::ToolTip|Qt::WindowStaysOntopHint);
++    setWindowFlags(Qt::ToolTip|Qt::WindowStaysOnTopHint);
      setAttribute(Qt::WA_StaticContents);
  
      setFocusProxy(parent);




More information about the fedora-extras-commits mailing list