]> spindle.queued.net Git - midori/commit
Use a boolean 'special' to identify special pages
authorChristian Dywan <christian@twotoasts.de>
Sat, 13 Mar 2010 15:46:45 +0000 (16:46 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 13 Mar 2010 15:46:45 +0000 (16:46 +0100)
commit25bbea02e2a09037f6556d68a1e8ac59ae4a125b
tree9b830bc6d6178973307dd1e22db1ce399a6277b3
parentc7ee74610e7f78ef2e5e1ccad05a3f8839a2deab
Use a boolean 'special' to identify special pages

We used to load special pages, such as error pages as 'blank'
pages internally and try to identify them indirectly. This
breaks navigating back to and forward to such pages and makes
it difficult to allow stock icons for them.

Now a boolean 'special' is used which is reset on any
navigation attempt and any finished load. It is set only
if a special page is loaded.

This should make icons in error pages work reliably.
midori/midori-view.c