Skip to content

Commit

Permalink
https://github.com/StephaneCouturier/Katalog/issues/529
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneCouturier committed Jul 25, 2024
1 parent 2b46b0e commit e41d707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mainwindow_tab_search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@
newDevice->insertDevice();

//Get inputs and set values of the newCatalog
newDevice->catalog->sourcePath = newSearch->searchDateTime;//passing a date instead oo a path, as there is no path for a given search that can be multi-catalog
newDevice->catalog->sourcePath = newSearch->searchDateTime; //passing a date instead of a path, as there is no path for a given search that can be multi-catalog
newDevice->catalog->appVersion = currentVersion;

//Save new catalog
Expand All @@ -2058,7 +2058,7 @@
catalogMetadata.prepend("<catalogIsFullDevice>");
catalogMetadata.prepend("<catalogIncludeSymblinks>");
catalogMetadata.prepend("<catalogStorage>EXPORT");
catalogMetadata.prepend("<catalogFileType>EXPORT");
catalogMetadata.prepend("<catalogFileType>"+newSearch->selectedFileType);
catalogMetadata.prepend("<catalogIncludeHidden>false");
catalogMetadata.prepend("<catalogTotalFileSize>0");
catalogMetadata.prepend("<catalogFileCount>0");
Expand Down

0 comments on commit e41d707

Please sign in to comment.