diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-26 23:00:17 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-26 23:02:00 +0100 |
commit | b97ac26cfb97377a2416f854fb07b12441d39c0b (patch) | |
tree | 85f81d6c477f61d1dedfba770093db38577d0868 /fastiv.c | |
parent | bae65a61f70436d711badd7326de768aef80e6e9 (diff) | |
download | fiv-b97ac26cfb97377a2416f854fb07b12441d39c0b.tar.gz fiv-b97ac26cfb97377a2416f854fb07b12441d39c0b.tar.xz fiv-b97ac26cfb97377a2416f854fb07b12441d39c0b.zip |
Allow opening in a new window from the sidebar
Diffstat (limited to 'fastiv.c')
-rw-r--r-- | fastiv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |