1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

- Remove patch no longer required

Submitted by:	Ionbot
This commit is contained in:
Martin Wilke 2008-08-18 11:38:33 +00:00
parent 87e182ae41
commit 1d5e9f4e22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218759

View File

@ -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;