summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-12 02:05:29 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-12 02:05:29 (EDT)
commit073c912b1b35d211903d67ab77d06f174960e430 (patch)
tree9f8b25903d46e0cd5becae0096480f0c796b1aa8 /src/tab-chrome.c
parentf5e0385973e68ec19f28322fb2cb1768a0e6cf71 (diff)
downloadmarquee-073c912b1b35d211903d67ab77d06f174960e430.zip
marquee-073c912b1b35d211903d67ab77d06f174960e430.tar.gz
marquee-073c912b1b35d211903d67ab77d06f174960e430.tar.bz2
MqWebView: Rename "uri" property to "rewritten-uri"
This fixes the infinite loop introduced in commit a88de09.
Diffstat (limited to 'src/tab-chrome.c')
-rw-r--r--src/tab-chrome.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab-chrome.c b/src/tab-chrome.c
index 694b2b9..ed47dd6 100644
--- a/src/tab-chrome.c
+++ b/src/tab-chrome.c
@@ -986,7 +986,7 @@ connect_web_view(MqTabChrome *chrome)
G_CALLBACK(mouse_target_changed_cb), chrome);
g_signal_connect(chrome->web_view, "notify::estimated-load-progress",
G_CALLBACK(load_progress_cb), chrome);
- g_signal_connect(chrome->web_view, "notify::uri",
+ g_signal_connect(chrome->web_view, "notify::rewritten-uri",
G_CALLBACK(uri_cb), chrome);
g_signal_connect(chrome->web_view, "notify::is-loading",
G_CALLBACK(loading_cb), chrome);