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 df49a00 commit 311ab2bCopy full SHA for 311ab2b
src/caja-places-sidebar.c
@@ -1899,7 +1899,7 @@ drive_start_from_bookmark_cb (GObject *source_object,
1899
char *name;
1900
1901
error = NULL;
1902
- if (!g_drive_poll_for_media_finish (G_DRIVE (source_object), res, &error))
+ if (!g_drive_start_finish (G_DRIVE (source_object), res, &error))
1903
{
1904
if (error->code != G_IO_ERROR_FAILED_HANDLED)
1905
@@ -2488,7 +2488,7 @@ drive_start_cb (GObject *source_object,
2488
2489
2490
2491
2492
2493
2494
0 commit comments