GNOME Bugzilla – Bug 598590
[Moblin] Prevent crash on removal of last device
Last modified: 2009-10-15 22:48:21 UTC
Calling gtk_tree_model_get with an uninitialised iter causes an assertion. Test the return value of gtk_tree_model_get_iter_first to verify whether we should try to get and data from the model.
Created attachment 145536 [details] [review] [Moblin] Prevent crash on removal of last device