rpms/kdebase-workspace/F-10 kdebase-workspace-4.1.2-session-button.patch, NONE, 1.1 kdebase-workspace.spec, 1.133, 1.134

Than Ngo than at fedoraproject.org
Fri Oct 31 23:26:26 UTC 2008


Author: than

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

Modified Files:
	kdebase-workspace.spec 
Added Files:
	kdebase-workspace-4.1.2-session-button.patch 
Log Message:
previous session button should be enabled


kdebase-workspace-4.1.2-session-button.patch:

--- NEW FILE kdebase-workspace-4.1.2-session-button.patch ---
diff -up kdebase-workspace-4.1.2/kdm/kfrontend/kgreeter.cpp.orig kdebase-workspace-4.1.2/kdm/kfrontend/kgreeter.cpp
--- kdebase-workspace-4.1.2/kdm/kfrontend/kgreeter.cpp.orig	2008-10-31 23:21:08.000000000 +0100
+++ kdebase-workspace-4.1.2/kdm/kfrontend/kgreeter.cpp	2008-11-01 00:15:47.000000000 +0100
@@ -520,9 +520,11 @@ KGreeter::setPrevWM( QAction *wm )
 	if (curPrev != wm) {
 		if (curPrev)
 			curPrev->setText( sessionTypes[curPrev->data().toInt()].name );
-		if (wm)
+		if (wm) {
 			wm->setText( sessionTypes[wm->data().toInt()].name +
 			             i18nc("appended to session type", " (previous)") );
+			wm->toggle();
+		}
 		curPrev = wm;
 	}
 }


Index: kdebase-workspace.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-workspace/F-10/kdebase-workspace.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- kdebase-workspace.spec	31 Oct 2008 13:53:47 -0000	1.133
+++ kdebase-workspace.spec	31 Oct 2008 23:25:55 -0000	1.134
@@ -3,8 +3,7 @@
 Summary: K Desktop Environment - Workspace
 Name: kdebase-workspace
 Version: 4.1.2
-
-Release: 8%{?dist}
+Release: 9%{?dist}
 Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdebase-workspace-%{version}.tar.bz2
 License: GPLv2
 Group: User Interface/Desktops
@@ -27,6 +26,7 @@
 # allows to define a default wallpaper via plasmarc:wallpaper
 Patch11: kdebase-workspace-4.0.85-plasma-default-wallpaper.patch
 Patch12: kdebase-workspace-4.1.2-multihead.patch
+Patch13: kdebase-workspace-4.1.2-session-button.patch
 
 # upstream patches:
 # backport Plasma tooltip manager from KDE 4.2 (fixes regression from 4.0)
@@ -203,6 +203,7 @@
 %patch10 -p1 -b .klipper-url
 %patch11 -p1 -b .plasma-default-wallpaper
 %patch12 -p1 -b .multihead
+%patch13 -p1 -b .session-button
 
 # upstream patches
 %patch100 -p1 -b .plasma-tooltips
@@ -352,6 +353,9 @@
 
 
 %changelog
+* Sat Nov 01 2008 Than Ngo <than at redhat.com> 4.1.2-9
+- previous session button should be enabled
+
 * Fri Oct 31 2008 Than Ngo <than at redhat.com> 4.1.2-8
 - apply patch to fix multihead issue
 - bz#469235, use non-blocking QProcess:startDetacted




More information about the fedora-extras-commits mailing list