From 216767d7ee6fde6dc6e70f094a4824ea678dfa42 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Thu, 18 Nov 2021 22:00:08 +0100 Subject: Add a customized sidebar widget Slowly eliminating all potential uses of GTK+'s standalone file open dialog, which is highly duplicitous. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 7081517..1f8764e 100644 --- a/meson.build +++ b/meson.build @@ -31,7 +31,7 @@ configure_file( ) exe = executable('fastiv', 'fastiv.c', 'fastiv-view.c', 'fastiv-io.c', - 'fastiv-browser.c', 'xdg.c', + 'fastiv-browser.c', 'fastiv-sidebar.c', 'xdg.c', install : true, dependencies : [dependencies]) -- cgit v1.2.3-70-g09d2