diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-07-08 20:55:43 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-23 23:18:02 +0200 |
commit | 4bfe7946f45b4b65894e07af645c7d70273fc7b1 (patch) | |
tree | c663f516d91ecddf8dd6115a244d75555aa07a77 | |
parent | 92dd6e6ee04c07e7e6da8807ed6e4d43e35fa62c (diff) | |
download | tde-packaging-4bfe7946f45b4b65894e07af645c7d70273fc7b1.tar.gz tde-packaging-4bfe7946f45b4b65894e07af645c7d70273fc7b1.zip |
Fix update base path in patches for tdebase on Ubuntu
(cherry picked from commit 1e9f0fd00605b4fc601498cbec0d523c96aea2c9)
-rw-r--r-- | ubuntu/maverick/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff b/ubuntu/maverick/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff index edc6c90ea..80cd1877c 100644 --- a/ubuntu/maverick/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff +++ b/ubuntu/maverick/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff @@ -10,8 +10,8 @@ TQVBoxLayout* vbox = new TQVBoxLayout( this ); TQHBoxLayout *hbox = new TQHBoxLayout( this, KDmh, KDsh ); ---- ksmserver/shutdowndlg.cpp -+++ ksmserver/shutdowndlg.cpp +--- a/ksmserver/shutdowndlg.cpp ++++ b/ksmserver/shutdowndlg.cpp @@ -278,7 +278,7 @@ 2 * KDialog::spacingHint() ); |