GNOME Bugzilla – Bug 461789
possible crash from wrong code
Last modified: 2007-07-30 21:56:12 UTC
In nautilus-window.c:real_load_view_as_menu the extra_viewer_radio_action is removed from the view_as_group after that group has been removed from the UI manager which owned it, and therefore may already have been finalised.
Created attachment 92697 [details] [review] patch
Thanks, it's on HEAD: 2007-07-30 Martin Wehner <martin.wehner@gmail.com> * src/nautilus-window.c: (real_load_view_as_menu): Dont't try to remove extra_viewer_radio_action from a group that may already have been finalized. (#461789) Patch from Christian Persch <chpe@gnome.org>