Skip to content

Commit

Permalink
Remove useless comments, correct description string
Browse files Browse the repository at this point in the history
  • Loading branch information
Sargastic authored and raveit65 committed Dec 27, 2018
1 parent 06b4f4c commit 2d66485
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion libcaja-private/org.mate.caja.gschema.xml
Expand Up @@ -251,7 +251,7 @@
<key name="show-backup-files" type="b">
<default>false</default>
<summary>Whether to show backup files</summary>
<description>If set to true, then backup files are shown by default in the file manager. Backup files are either backup files ending with a tilde (~).</description>
<description>If set to true, then backup files are shown by default in the file manager. Backup files are backup files ending with a tilde (~).</description>
</key>

<key name="use-iec-units" type="b">
Expand Down
6 changes: 0 additions & 6 deletions src/file-manager/fm-directory-view.c
Expand Up @@ -7287,12 +7287,6 @@ fm_directory_view_init_show_backup_files (FMDirectoryView *view)
gboolean show_backup_changed;
gboolean show_backup_default_setting;

/*
if (view->details->ignore_hidden_file_preferences) {
return;
}
*/

show_backup_changed = FALSE;
mode = caja_window_info_get_backup_files_mode (view->details->window);

Expand Down
1 change: 0 additions & 1 deletion src/file-manager/fm-tree-model.c
Expand Up @@ -957,7 +957,6 @@ should_show_file (FMTreeModel *model, CajaFile *file)

should = caja_file_should_show (file,
model->details->show_hidden_files,
/* TODO details->show_backup_files */
TRUE,
model->details->show_backup_files);

Expand Down

0 comments on commit 2d66485

Please sign in to comment.