diff options
author | lukefromdc <[email protected]> | 2017-07-08 15:14:32 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2017-07-08 15:14:32 -0400 |
commit | 7d474d6cbb6c6331570d53d8597823f28e511f78 (patch) | |
tree | 3d782628c518023cc10ccef619fd40111448a10d | |
parent | 87687fcb9440d58e8cbfe58889a7b71a02499a2a (diff) | |
download | caja-7d474d6cbb6c6331570d53d8597823f28e511f78.tar.bz2 caja-7d474d6cbb6c6331570d53d8597823f28e511f78.tar.xz |
Fix browsing/autorun media on insertion
Fix https://github.com/mate-desktop/caja/issues/807
-rw-r--r-- | src/caja-application.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/caja-application.c b/src/caja-application.c index c642ee50..552db9b5 100644 --- a/src/caja-application.c +++ b/src/caja-application.c @@ -1373,6 +1373,7 @@ mount_added_callback (GVolumeMonitor *monitor, caja_directory_force_reload (directory); caja_directory_unref (directory); } + caja_autorun (mount, autorun_show_window, application); } static CajaWindowSlot * |