rpms/kdebase-workspace/F-10 kdebase-workspace-4.1.2-panel-autohide-fix-flicker.patch, 1.1, 1.2

Kevin Kofler kkofler at fedoraproject.org
Thu Oct 9 19:09:37 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/kdebase-workspace/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22724/F-10

Modified Files:
	kdebase-workspace-4.1.2-panel-autohide-fix-flicker.patch 
Log Message:
Fix name conflict in the patch (there's a setPalette(void) which was removed in a revision I didn't backport).

kdebase-workspace-4.1.2-panel-autohide-fix-flicker.patch:

Index: kdebase-workspace-4.1.2-panel-autohide-fix-flicker.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kdebase-workspace/F-10/kdebase-workspace-4.1.2-panel-autohide-fix-flicker.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdebase-workspace-4.1.2-panel-autohide-fix-flicker.patch	9 Oct 2008 17:49:37 -0000	1.1
+++ kdebase-workspace-4.1.2-panel-autohide-fix-flicker.patch	9 Oct 2008 19:09:07 -0000	1.2
@@ -20,7 +20,7 @@
  
 +    QPalette pal = palette();
 +    pal.setBrush(backgroundRole(), Qt::transparent);
-+    setPalette(pal);
++    QWidget::setPalette(pal);
  
      d->background = new Plasma::PanelSvg(this);
      d->background->setImagePath("dialogs/background");




More information about the fedora-extras-commits mailing list