summaryrefslogtreecommitdiff
path: root/apps/plugins/shortcuts/shortcuts_view.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/shortcuts/shortcuts_view.c')
-rw-r--r--apps/plugins/shortcuts/shortcuts_view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/shortcuts/shortcuts_view.c b/apps/plugins/shortcuts/shortcuts_view.c
index e6b89b7641..09b25480e8 100644
--- a/apps/plugins/shortcuts/shortcuts_view.c
+++ b/apps/plugins/shortcuts/shortcuts_view.c
@@ -149,7 +149,7 @@ bool list_sc(bool is_editable)
149 case SCLA_SELECT: 149 case SCLA_SELECT:
150 return goto_entry(sc_file.entries[selected_item].path); 150 return goto_entry(sc_file.entries[selected_item].path);
151 case SCLA_DELETE: 151 case SCLA_DELETE:
152 rb->splash(HZ, "Deleting %s", sc_file.entries[selected_item].disp); 152 rb->splashf(HZ, "Deleting %s", sc_file.entries[selected_item].disp);
153 remove_entry(&sc_file, selected_item); 153 remove_entry(&sc_file, selected_item);
154 dump_sc_file(&sc_file, link_filename); 154 dump_sc_file(&sc_file, link_filename);
155 return (sc_file.entry_cnt == 0); 155 return (sc_file.entry_cnt == 0);
@@ -175,7 +175,7 @@ bool goto_entry(char *file_or_dir)
175 } 175 }
176 176
177 if (!exists) { 177 if (!exists) {
178 rb->splash(HZ*2, "%s %s no longer exists on disk", what, file_or_dir); 178 rb->splashf(HZ*2, "%s %s no longer exists on disk", what, file_or_dir);
179 return false; 179 return false;
180 } 180 }
181 /* Set the browsers dirfilter to the global setting 181 /* Set the browsers dirfilter to the global setting