From b97ac26cfb97377a2416f854fb07b12441d39c0b Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Fri, 26 Nov 2021 23:00:17 +0100 Subject: Allow opening in a new window from the sidebar --- fastiv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fastiv.c') diff --git a/fastiv.c b/fastiv.c index 98dd0cb..18a3277 100644 --- a/fastiv.c +++ b/fastiv.c @@ -346,7 +346,7 @@ open_any_path(const char *path, gboolean force_browser) static void on_open_location(G_GNUC_UNUSED GtkPlacesSidebar *sidebar, GFile *location, - G_GNUC_UNUSED GtkPlacesOpenFlags flags, G_GNUC_UNUSED gpointer user_data) + GtkPlacesOpenFlags flags, G_GNUC_UNUSED gpointer user_data) { gchar *path = g_file_get_path(location); if (path) { -- cgit v1.2.3-54-g00ecf