summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/tab.vala6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/tab.vala b/core/tab.vala
index 5e3baa1f..ac06bebe 100644
--- a/core/tab.vala
+++ b/core/tab.vala
@@ -53,6 +53,12 @@ namespace Midori {
item.title = display_title;
}
});
+ notify["pinned"].connect ((pspec) => {
+ // Undelay if needed
+ if (display_uri != uri) {
+ load_uri (display_uri);
+ }
+ });
}
public Tab (Tab? related, WebKit.WebContext web_context,