Skip to content

Commit

Permalink
libcaja-private/caja-recent.c: gvfs-open is a deprecated tool, switch…
Browse files Browse the repository at this point in the history
… to "gio open" from libglib2.0-bin.
  • Loading branch information
sunweaver authored and flexiondotorg committed Apr 23, 2018
1 parent 4d4f750 commit 9f8d950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcaja-private/caja-recent.c
Expand Up @@ -22,7 +22,7 @@


#include <eel/eel-vfs-extensions.h> #include <eel/eel-vfs-extensions.h>


#define DEFAULT_APP_EXEC "gvfs-open %u" #define DEFAULT_APP_EXEC "gio open %u"


static GtkRecentManager * static GtkRecentManager *
caja_recent_get_manager (void) caja_recent_get_manager (void)
Expand Down

0 comments on commit 9f8d950

Please sign in to comment.