GNOME Bugzilla – Bug 735561
shell: Call setup_bookmarks only when bookmarks is not NULL
Last modified: 2016-09-29 15:05:21 UTC
Currently we have a critical warning because setup_bookmarks is getting called with a NULL pointer. We should only call setup_bookmarks when bookmarks pointer has been initialized.
Created attachment 284652 [details] [review] shell: Call setup_bookmarks only when bookmarks is not NULL This fixes a EV_IS_BOOKMARK warning because without this patch we call setup_bookmarks with a NULL parameter when the window is created
Comment on attachment 284652 [details] [review] shell: Call setup_bookmarks only when bookmarks is not NULL Ok, thanks!
Review of attachment 284652 [details] [review]: pushed thanks
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
*** Bug 768065 has been marked as a duplicate of this bug. ***