diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:13:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:13:14 -0600 |
commit | 80e4199df2ac852cfb22848698cabe9ba28e5a67 (patch) | |
tree | d581467b4a60992a84df31cb33471695182246a2 /ubuntu/lucid_automake/kdebase/debian/patches | |
parent | ec880882c231baf5c4d02ed1657765b9c3b406cb (diff) | |
download | tde-packaging-80e4199df2ac852cfb22848698cabe9ba28e5a67.tar.gz tde-packaging-80e4199df2ac852cfb22848698cabe9ba28e5a67.zip |
Part 1 of 2 of kdm rename
Diffstat (limited to 'ubuntu/lucid_automake/kdebase/debian/patches')
-rw-r--r-- | ubuntu/lucid_automake/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff | 4 | ||||
-rw-r--r-- | ubuntu/lucid_automake/kdebase/debian/patches/kubuntu_9921_kdm_bulletproof_x.diff | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu/lucid_automake/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff b/ubuntu/lucid_automake/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff index 52fa6a4d5..2c106549e 100644 --- a/ubuntu/lucid_automake/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff +++ b/ubuntu/lucid_automake/kdebase/debian/patches/kubuntu_89_new_logout_ui.diff @@ -1,5 +1,5 @@ ---- kdm/kfrontend/kdmshutdown.cpp -+++ kdm/kfrontend/kdmshutdown.cpp +--- tdm/kfrontend/tdmshutdown.cpp ++++ tdm/kfrontend/tdmshutdown.cpp @@ -467,7 +467,7 @@ , targetList( 0 ) { diff --git a/ubuntu/lucid_automake/kdebase/debian/patches/kubuntu_9921_kdm_bulletproof_x.diff b/ubuntu/lucid_automake/kdebase/debian/patches/kubuntu_9921_kdm_bulletproof_x.diff index 4aad9f8e3..f2584303c 100644 --- a/ubuntu/lucid_automake/kdebase/debian/patches/kubuntu_9921_kdm_bulletproof_x.diff +++ b/ubuntu/lucid_automake/kdebase/debian/patches/kubuntu_9921_kdm_bulletproof_x.diff @@ -1,5 +1,5 @@ ---- kdebase-3.5.8/kdm/backend/dm.c 2008-02-13 23:59:17.000000000 +0200 -+++ kdebase-3.5.8/kdm/backend/dm.c 2008-02-14 11:22:41.000000000 +0200 +--- kdebase-3.5.8/tdm/backend/dm.c 2008-02-13 23:59:17.000000000 +0200 ++++ kdebase-3.5.8/tdm/backend/dm.c 2008-02-14 11:22:41.000000000 +0200 @@ -996,9 +996,14 @@ ReapChildren( void ) /* don't kill again */ break; @@ -18,8 +18,8 @@ StartServerFailed(); break; } ---- kdebase-3.5.8/kdm/backend/server.c 2008-02-13 23:59:17.000000000 +0200 -+++ kdebase-3.5.8/kdm/backend/server.c 2008-02-14 11:41:20.000000000 +0200 +--- kdebase-3.5.8/tdm/backend/server.c 2008-02-13 23:59:17.000000000 +0200 ++++ kdebase-3.5.8/tdm/backend/server.c 2008-02-14 11:41:20.000000000 +0200 @@ -48,6 +48,10 @@ from the copyright holder. struct display *startingServer; time_t serverTimeout = TO_INF; |