According to http://www.gnome.org/~fpeters/299.html libnotify (0.4.5) uses a deprecated Glib+ symbol in libnotify/notification.c: g_value_set_boxed_take_ownership $:andre\> grep -r g_value_set_boxed_take_ownership . ./libnotify/notification.c: g_value_set_boxed_take_ownership(&value, byte_array); ./libnotify/notification.c: g_value_set_boxed_take_ownership(value, image_struct); ./libnotify/notification.c: g_value_set_boxed_take_ownership(hint_value, byte_array); See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib and http://library.gnome.org/devel/gobject/unstable/gobject-Standard-Parameter-and-Value-Types.html#g-value-set-boxed-take-ownership
Created attachment 26769 [details] [review] Trivial patch No glib bump in configure.ac needed as patch adds glib 2.4 functionality and libnotify already requires glib 2.6.
Please commit to svn as I don't have commit permissions.
Committed in r3038.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.