rpms/kdebase/FC-5 kdebase-3.5.4-kde#131925.patch, NONE, 1.1 kdebase.spec, 1.190, 1.191

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 18 13:59:47 UTC 2006


Author: than

Update of /cvs/dist/rpms/kdebase/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv6139

Modified Files:
	kdebase.spec 
Added Files:
	kdebase-3.5.4-kde#131925.patch 
Log Message:
fix #131925, made DCOP notifications to kicker instances on non-primary dual-head screens work.


kdebase-3.5.4-kde#131925.patch:
 main.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kdebase-3.5.4-kde#131925.patch ---
Index: kcontrol/kicker/main.cpp
===================================================================
--- kcontrol/kicker/main.cpp	(Revision 574320)
+++ kcontrol/kicker/main.cpp	(Revision 574321)
@@ -156,7 +156,7 @@
         appname.sprintf("kicker-screen-%d", m_screenNumber);
     }
 
-    kapp->dcopClient()->send(appname, "kicker", "configure()", data);
+    kapp->dcopClient()->send(appname, appname, "configure()", data);
 }
 
 void KickerConfig::setupExtensionInfo(KConfig& config, bool checkExists, bool reloadIfExists)


Index: kdebase.spec
===================================================================
RCS file: /cvs/dist/rpms/kdebase/FC-5/kdebase.spec,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- kdebase.spec	18 Sep 2006 13:55:43 -0000	1.190
+++ kdebase.spec	18 Sep 2006 13:59:45 -0000	1.191
@@ -69,6 +69,7 @@
 Patch109: kdebase-3.5.4-kde#134120.patch
 Patch110: kdebase-3.5.4-kde#134099.patch
 Patch111: kdebase-3.5.4-kde#134094.patch
+Patch112: kdebase-3.5.4-kde#131925.patch
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -192,6 +193,7 @@
 %patch109 -p0 -b .kde#134120
 %patch110 -p0 -b .kde#134099
 %patch111 -p0 -b .kde#134094
+%patch112 -p0 -b .kde#131925
 
 %if %{rhel}
    rm -rf kdeprint/kdeprintfax
@@ -570,6 +572,7 @@
    fix #134120, don't delete the KCMultiDialog down the path from its finished() signal
    fix #134099, always initialize Client::opacity_ 
    fix #134094, don't try to QApplication::exit() from a QApplication subclass constructor
+   fix #131925, made DCOP notifications to kicker instances on non-primary dual-head screens work
 - add missing icons for package_games_kids
 - add more icon contexts (Tango icontheme)
 




More information about the fedora-cvs-commits mailing list