aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/namespace.c')
-rw-r--r--src/plugins/fs/namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/namespace.c b/src/plugins/fs/namespace.c
index 10dad5e1..e0c1808f 100644
--- a/src/plugins/fs/namespace.c
+++ b/src/plugins/fs/namespace.c
@@ -368,7 +368,7 @@ static void updateContentList(void * unused) {
368 gtkSaveCall(&doUpdateContentList, NULL); 368 gtkSaveCall(&doUpdateContentList, NULL);
369} 369}
370 370
371void on_refreshContentListButton_clickedfs_(gpointer dummy, 371void on_refreshContentListButton_clicked_fs(gpointer dummy,
372 gpointer dummy1) { 372 gpointer dummy1) {
373 updateContentList(NULL); 373 updateContentList(NULL);
374} 374}