Kaydet (Commit) 3dd259ff authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1298898 coverity seems a little confused here

Change-Id: Ibc80e242b8fda8fb304ed5cd1a52716d1b7fc33d
üst 65f9d502
...@@ -180,7 +180,7 @@ bool RenameDialog ( ...@@ -180,7 +180,7 @@ bool RenameDialog (
if ( !rDocument.renameDialog( rLibName, rOldName, rNewName, xExistingDialog ) ) if ( !rDocument.renameDialog( rLibName, rOldName, rNewName, xExistingDialog ) )
return false; return false;
if ( pWin ) if (pWin && pShell)
{ {
// set new name in window // set new name in window
pWin->SetName( rNewName ); pWin->SetName( rNewName );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment