]> spindle.queued.net Git - midori/commit
Pass news feed icon clicks to the feed panel
authorChristian Dywan <christian@twotoasts.de>
Sun, 16 Aug 2009 21:35:29 +0000 (23:35 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 17 Aug 2009 00:15:21 +0000 (02:15 +0200)
commit04dc7fe855d41f9f299ac6ed37968645517e04a7
tree9a28b9b58e9dd0a45690261cd03972e464a46596
parent883007c05d323b032fa91b7b838aa7a962e8be55
Pass news feed icon clicks to the feed panel

The secondary-icon-released signal of the location action returns
a boolean now so a callback can indicate that it handled it. So
if the feed panel is active, it adds feeds to the panel and
suppresses the default action.

A possible crash when disabling the panel and clicking the icon
afterwards is fixed by adding a missing signal disconnection.
extensions/feed-panel/main.c
midori/midori-browser.c
midori/midori-locationaction.c