Identify the session helper.
svn path=/trunk/KDE/kdebase/workspace/; revision=723792
This commit is contained in:
parent
5007596741
commit
9a8dcd651d
1 changed files with 2 additions and 2 deletions
4
sm.cpp
4
sm.cpp
|
@ -395,8 +395,8 @@ SessionSaveDoneHelper::SessionSaveDoneHelper()
|
|||
props[ 2 ].type = const_cast< char* >( SmLISTofARRAY8 );
|
||||
props[ 2 ].num_vals = 1;
|
||||
props[ 2 ].vals = &propvalue[ 2 ];
|
||||
propvalue[ 3 ].length = 0;
|
||||
propvalue[ 3 ].value = qApp->argv()[ 0 ];
|
||||
propvalue[ 3 ].length = strlen( "kwinsmhelper" );
|
||||
propvalue[ 3 ].value = (SmPointer)"kwinsmhelper";
|
||||
props[ 3 ].name = const_cast< char* >( SmProgram );
|
||||
props[ 3 ].type = const_cast< char* >( SmARRAY8 );
|
||||
props[ 3 ].num_vals = 1;
|
||||
|
|
Loading…
Reference in a new issue