diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
commit | a54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch) | |
tree | 16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /x11/kdebase4-workspace/files/patch-kdesu_kdesu-kdesu.cpp | |
parent | - Update to 1.11.3 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Diffstat (limited to 'x11/kdebase4-workspace/files/patch-kdesu_kdesu-kdesu.cpp')
-rw-r--r-- | x11/kdebase4-workspace/files/patch-kdesu_kdesu-kdesu.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/kdebase4-workspace/files/patch-kdesu_kdesu-kdesu.cpp b/x11/kdebase4-workspace/files/patch-kdesu_kdesu-kdesu.cpp deleted file mode 100644 index a289f1d1c74e..000000000000 --- a/x11/kdebase4-workspace/files/patch-kdesu_kdesu-kdesu.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- kdesu/kdesu/kdesu.cpp 2006/04/12 13:14:22 529044 -+++ kdesu/kdesu/kdesu.cpp 2007/11/13 15:10:52 736127 -@@ -113,7 +113,10 @@ - unsetenv( "SESSION_MANAGER" ); - KApplication app; - // but propagate it to the started app -- setenv( "SESSION_MANAGER", session_manager.data(), 1 ); -+ if (session_manager.data()) -+ { -+ setenv( "SESSION_MANAGER", session_manager.data(), 1 ); -+ } - - { - KStartupInfoId id; |