GNOME Bugzilla – Bug 605098
GNOME Goal: Remove deprecated Glib symbols
Last modified: 2010-01-05 19:06:17 UTC
Patch attached
Created attachment 150138 [details] [review] Remove deprecated glib symbols Substitude g_mount_eject(), g_volume_eject() and g_mount_unmount(). Also, the new required GLIB version is 2.22.
Review of attachment 150138 [details] [review]: looks okay except for one obvious typo. please test this patch. ::: drivemount/drive-button.c @@ +774,3 @@ } } else if (self->mount) { + g_mount_unmount_with_opeartion (self->mount, G_MOUNT_UNMOUNT_NONE, did you try to compile this? :)
Created attachment 150842 [details] [review] Remove deprecated glib symbols.v2 Hello Ryan, you caught me ;). Here a new patch.
Javier: Assuming as per last comment "looks okay" that you can just commit it with the typo fix. If not, Ryan can still beat me up at the next conference. ;-)
Comment on attachment 150842 [details] [review] Remove deprecated glib symbols.v2 commit 921aa942fd26c505c767b3eb896b971ce59ada4d
Ryan, I committed the patch under the Andre protection ;). gnome-applets is clean now :)