Identify the session helper.

svn path=/trunk/KDE/kdebase/workspace/; revision=723792
master
Luboš Luňák 17 years ago
parent 5007596741
commit 9a8dcd651d

@ -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…
Cancel
Save