diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 13:34:23 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 13:34:23 +0000 |
commit | 019c3a816c543fc7b398f7ea4ee929aa31aa7b40 (patch) | |
tree | 6afc581ff6063f84beaa0e63be8caf974e081a90 /kde-base | |
parent | [kde-base/plasma-workspace] Clean unneeded patches (diff) | |
download | historical-019c3a816c543fc7b398f7ea4ee929aa31aa7b40.tar.gz historical-019c3a816c543fc7b398f7ea4ee929aa31aa7b40.tar.bz2 historical-019c3a816c543fc7b398f7ea4ee929aa31aa7b40.zip |
[kde-base/quanta] Clean unneeded patches
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/quanta/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/quanta/files/quanta-3.5.8-left-over-tab-fix.diff | 13 |
2 files changed, 5 insertions, 14 deletions
diff --git a/kde-base/quanta/ChangeLog b/kde-base/quanta/ChangeLog index 25e1c6338cfe..9db60f46cd4e 100644 --- a/kde-base/quanta/ChangeLog +++ b/kde-base/quanta/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/quanta # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.95 2009/06/06 11:09:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.96 2009/06/14 13:34:22 alexxy Exp $ + + 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> + -files/quanta-3.5.8-left-over-tab-fix.diff: + Clean unneeded patches 06 Jun 2009; Markus Meier <maekke@gentoo.org> quanta-3.5.10.ebuild: amd64/x86 stable, bug #271889 diff --git a/kde-base/quanta/files/quanta-3.5.8-left-over-tab-fix.diff b/kde-base/quanta/files/quanta-3.5.8-left-over-tab-fix.diff deleted file mode 100644 index c6f4ceb39f9e..000000000000 --- a/kde-base/quanta/files/quanta-3.5.8-left-over-tab-fix.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- kdewebdev-3.5.8/quanta/src/quantadoc.cpp 2008/01/04 15:16:23 757249 -+++ kdewebdev-3.5.8-patched/quanta/src/quantadoc.cpp 2008/01/04 15:17:38 757250 -@@ -99,6 +99,10 @@ - QuantaView *view = ViewManager::ref()->isOpened(url); - if (!view || newfile) - { -+ w = ViewManager::ref()->activeDocument(); -+ if (w && !newfile && !w->isModified() && w->isUntitled() && !w->busy) -+ ViewManager::ref()->removeActiveView(false); -+ - /* - // no modi and new -> we can remove !!!! - w = ViewManager::ref()->activeDocument(); |