rpms/kdebase/F-11 kdebase-4.4.3-konsole-activetabindex.patch, NONE, 1.1 kdebase-4.1.70-konsole-session.patch, 1.1, NONE

Kevin Kofler kkofler at fedoraproject.org
Sat May 1 18:36:18 UTC 2010


Author: kkofler

Update of /cvs/pkgs/rpms/kdebase/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8945/F-11

Added Files:
	kdebase-4.4.3-konsole-activetabindex.patch 
Removed Files:
	kdebase-4.1.70-konsole-session.patch 
Log Message:
Sync from devel:

* Sat May 01 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 6:4.4.3-2
- completely drop commented out konsole-session patch (fixed upstream)
- add backwards compatibility hack for a config option change by that patch

kdebase-4.4.3-konsole-activetabindex.patch:
 ViewManager.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kdebase-4.4.3-konsole-activetabindex.patch ---
diff -ur kdebase-4.4.3/apps/konsole/src/ViewManager.cpp kdebase-4.4.3-konsole-activetabindex/apps/konsole/src/ViewManager.cpp
--- kdebase-4.4.3/apps/konsole/src/ViewManager.cpp	2010-04-29 21:54:14.000000000 +0200
+++ kdebase-4.4.3-konsole-activetabindex/apps/konsole/src/ViewManager.cpp	2010-05-01 20:02:13.000000000 +0200
@@ -936,7 +936,7 @@
 void ViewManager::restoreSessions(const KConfigGroup& group)
 {
     QList<int> ids = group.readEntry("Sessions", QList<int>());
-    int activeTab  = group.readEntry("Active", 0);
+    int activeTab  = group.readEntry("Active", group.readEntry("ActiveTabIndex", 0));
     TerminalDisplay *display = 0;
 
     int tab = 1;


--- kdebase-4.1.70-konsole-session.patch DELETED ---



More information about the scm-commits mailing list