@@ -8323,11 +8323,11 @@ static const GtkActionEntry directory_view_entries[] = {
8323
8323
/* label, accelerator */ N_ ("_Mount" ), NULL ,
8324
8324
/* tooltip */ N_ ("Mount the selected volume" ),
8325
8325
G_CALLBACK (action_mount_volume_callback ) },
8326
- /* name, stock id */ { "Unmount Volume" , NULL ,
8326
+ /* name, stock id */ { "Unmount Volume" , "media-eject-symbolic" ,
8327
8327
/* label, accelerator */ N_ ("_Unmount" ), NULL ,
8328
8328
/* tooltip */ N_ ("Unmount the selected volume" ),
8329
8329
G_CALLBACK (action_unmount_volume_callback ) },
8330
- /* name, stock id */ { "Eject Volume" , NULL ,
8330
+ /* name, stock id */ { "Eject Volume" , "media-eject-symbolic" ,
8331
8331
/* label, accelerator */ N_ ("_Eject" ), NULL ,
8332
8332
/* tooltip */ N_ ("Eject the selected volume" ),
8333
8333
G_CALLBACK (action_eject_volume_callback ) },
@@ -8347,11 +8347,11 @@ static const GtkActionEntry directory_view_entries[] = {
8347
8347
/* label, accelerator */ N_ ("_Mount" ), NULL ,
8348
8348
/* tooltip */ N_ ("Mount the volume associated with the open folder" ),
8349
8349
G_CALLBACK (action_self_mount_volume_callback ) },
8350
- /* name, stock id */ { "Self Unmount Volume" , NULL ,
8350
+ /* name, stock id */ { "Self Unmount Volume" , "media-eject-symbolic" ,
8351
8351
/* label, accelerator */ N_ ("_Unmount" ), NULL ,
8352
8352
/* tooltip */ N_ ("Unmount the volume associated with the open folder" ),
8353
8353
G_CALLBACK (action_self_unmount_volume_callback ) },
8354
- /* name, stock id */ { "Self Eject Volume" , NULL ,
8354
+ /* name, stock id */ { "Self Eject Volume" , "media-eject-symbolic" ,
8355
8355
/* label, accelerator */ N_ ("_Eject" ), NULL ,
8356
8356
/* tooltip */ N_ ("Eject the volume associated with the open folder" ),
8357
8357
G_CALLBACK (action_self_eject_volume_callback ) },
@@ -8419,11 +8419,11 @@ static const GtkActionEntry directory_view_entries[] = {
8419
8419
/* label, accelerator */ N_ ("_Mount" ), NULL ,
8420
8420
/* tooltip */ N_ ("Mount the volume associated with this folder" ),
8421
8421
G_CALLBACK (action_location_mount_volume_callback ) },
8422
- /* name, stock id */ { "Location Unmount Volume" , NULL ,
8422
+ /* name, stock id */ { "Location Unmount Volume" , "media-eject-symbolic" ,
8423
8423
/* label, accelerator */ N_ ("_Unmount" ), NULL ,
8424
8424
/* tooltip */ N_ ("Unmount the volume associated with this folder" ),
8425
8425
G_CALLBACK (action_location_unmount_volume_callback ) },
8426
- /* name, stock id */ { "Location Eject Volume" , NULL ,
8426
+ /* name, stock id */ { "Location Eject Volume" , "media-eject-symbolic" ,
8427
8427
/* label, accelerator */ N_ ("_Eject" ), NULL ,
8428
8428
/* tooltip */ N_ ("Eject the volume associated with this folder" ),
8429
8429
G_CALLBACK (action_location_eject_volume_callback ) },
0 commit comments