mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
ksysguard: replace tabs with space
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4390ea265e
commit
542edaa1a6
1 changed files with 2 additions and 2 deletions
|
@ -298,8 +298,8 @@ bool Workspace::restoreWorkSheet( const QString &fileName, bool switchToTab)
|
|||
QString baseName = fileName.right( fileName.length() - fileName.lastIndexOf( '/' ) - 1 );
|
||||
|
||||
foreach( WorkSheet *sheet, mSheetList ) {
|
||||
if(sheet->fileName() == baseName)
|
||||
return false; //Don't add the same sheet twice
|
||||
if(sheet->fileName() == baseName)
|
||||
return false; //Don't add the same sheet twice
|
||||
}
|
||||
|
||||
WorkSheet *sheet = new WorkSheet( 0 );
|
||||
|
|
Loading…
Add table
Reference in a new issue