diff options
Diffstat (limited to 'e-util/e-web-view.c')
-rw-r--r-- | e-util/e-web-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c index bb02bd16f1..398540128d 100644 --- a/e-util/e-web-view.c +++ b/e-util/e-web-view.c @@ -1699,7 +1699,7 @@ e_web_view_init (EWebView *web_view) web_view, "document-load-finished", G_CALLBACK (style_updated_cb), NULL); - g_signal_connect ( + e_signal_connect_notify ( web_view, "notify::load-status", G_CALLBACK (web_view_load_status_changed_cb), NULL); |