summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-15 12:07:18 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-15 12:07:18 (EST)
commit7d920dc01179acf77ddb507ecfea4a32ee42c18c (patch)
tree1703c98d63405278486dc5900d9760e08b797c49
parentda3bdcd07b3f6a17be0467c5ccda4762dfd09bf8 (diff)
downloadmarquee-7d920dc01179acf77ddb507ecfea4a32ee42c18c.zip
marquee-7d920dc01179acf77ddb507ecfea4a32ee42c18c.tar.gz
marquee-7d920dc01179acf77ddb507ecfea4a32ee42c18c.tar.bz2
MqUriEntry: Fix notified property name
-rw-r--r--src/toolbars/navigation/uri-entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolbars/navigation/uri-entry.c b/src/toolbars/navigation/uri-entry.c
index d1ac80c..c056911 100644
--- a/src/toolbars/navigation/uri-entry.c
+++ b/src/toolbars/navigation/uri-entry.c
@@ -206,7 +206,7 @@ set_web_view(MqUriEntry *uri_entry, MqWebView *web_view)
G_CALLBACK(mouse_target_changed_cb), uri_entry);
g_signal_connect(web_view, "notify::estimated-load-progress",
G_CALLBACK(load_progress_cb), uri_entry);
- g_signal_connect(web_view, "notify::rewritten-uri",
+ g_signal_connect(web_view, "notify::display-uri",
G_CALLBACK(uri_cb), uri_entry);
}