We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d375b commit 0bffad7Copy full SHA for 0bffad7
libcaja-private/caja-monitor.c
@@ -154,13 +154,13 @@ caja_monitor_directory (GFile *location)
154
if (dir_monitor != NULL) {
155
ret->monitor = dir_monitor;
156
}
157
-
+ /*This caused a crash on umounting remote shares
158
else if (!g_file_is_native (location)) {
159
ret->mount = caja_get_mounted_mount_for_root (location);
160
ret->location = g_object_ref (location);
161
ret->volume_monitor = g_volume_monitor_get ();
162
163
+ */
164
if (ret->monitor != NULL) {
165
g_signal_connect (ret->monitor, "changed",
166
G_CALLBACK (dir_changed), ret);
0 commit comments