On Wed, Dec 12, 2007 at 00:38:55 +0100, Tino Keitel wrote: > On Tue, Dec 11, 2007 at 20:31:34 +0100, Benedikt Meurer wrote: > > Tino Keitel wrote: > > > I can confirm that I have no "Eject" button in the shortcuts pane > > > without the patch, and and "Eject" button with the patch. > > > > Committed. Bug Brian to fix xfdesktop as well. > > I patched xfdesktop in a minimal way (see the attachment), which lead
Forgot the attachment. Here it is. Regards, Tino
diff -ru xfdesktop4-4.4.2.orig/src/xfdesktop-volume-icon.c xfdesktop4-4.4.2/src/xfdesktop-volume-icon.c --- xfdesktop4-4.4.2.orig/src/xfdesktop-volume-icon.c 2007-11-17 20:31:41.000000000 +0100 +++ xfdesktop4-4.4.2/src/xfdesktop-volume-icon.c 2007-12-11 22:14:46.005592273 +0100 @@ -573,8 +573,7 @@ icon); } - if(thunar_vfs_volume_is_disc(volume) - && thunar_vfs_volume_is_ejectable(volume)) + if(thunar_vfs_volume_is_ejectable(volume)) { mi = gtk_image_menu_item_new_with_mnemonic(_("E_ject Volume")); gtk_widget_show(mi);
_______________________________________________ Thunar-dev mailing list Thunar-dev@xfce.org http://foo-projects.org/mailman/listinfo/thunar-dev