GNOME Bugzilla – Bug 306536
warning when activating the rss extension
Last modified: 2005-06-05 13:11:41 UTC
Steps to reproduce: 0) Tools-Extensions 1) Check "News Feed Subscription" Result: ** (epiphany:30687): CRITICAL **: ephy_rss_update_action: assertion `data != NULL' failed Program received signal SIGTRAP, Trace/breakpoint trap.
+ Trace 60562
Thread NaN (LWP 30687)
Ok, i don't understand why the line numbers don't match, but basically the rss_sync_tab is called before we set the data on the window, which isn't a problem except when you load the extension for the first time cause the window is already realized .. Testing and attaching the patch
Created attachment 47269 [details] [review] rss-fix.patch This should fix the problem
Checked in with a further tweak, thanks for the patch!