GNOME Bugzilla – Bug 597910
[Moblin] Fix crash caused by invalid cast
Last modified: 2009-10-09 14:44:49 UTC
I badly merged some branches before an earlier patch which resulted in a GtkButton being sent as the data to a callback which I was then casting to a MoblinPanel. This patch fixes that and aims to alleviate this in future by consistently passing self (a pointer to MoblinPanel) as the callback data.
Created attachment 145134 [details] [review] [Moblin] Fix crash caused by invalid cast