<p><b>@codebrainz</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany-plugins/pull/677#discussion_r162254732">markdown/src/viewer.c</a>:</p>
<pre style='color:#555'>> @@ -389,8 +389,8 @@ markdown_viewer_update_view(MarkdownViewer *self)
      * position once the webview is reloaded. */
     if (self->priv->load_handle == 0) {
       self->priv->load_handle =
-        g_signal_connect_swapped(WEBKIT_WEB_VIEW(self), "notify::load-status",
-          G_CALLBACK(on_webview_load_status_notify), self);
+        g_signal_connect_swapped(WEBKIT_WEB_VIEW(self), "notify::is-loading",
+          G_CALLBACK(on_webview_is_loading_notify), self);
</pre>
<p>Instead of the property notification, maybe it should use <a href="https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebView.html#WebKitWebView-load-changed" rel="nofollow"><code>load-changed</code></a>?</p>

<hr>

<p>In <a href="https://github.com/geany/geany-plugins/pull/677#discussion_r162254862">markdown/src/viewer.c</a>:</p>
<pre style='color:#555'>>    MarkdownViewer *self)
 {
-  WebKitLoadEvent load_status;
+  gboolean load_status;
</pre>
<p>Likewise, instead of using this boolean, to look for <a href="https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebView.html#WEBKIT-LOAD-FINISHED:CAPS" rel="nofollow"><code>WEBKIT_LOAD_FINISHED</code></a>?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/pull/677#pullrequestreview-89678176">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJzkqtDTsEv-c0sLZL_cvd5gi6k5Eks5tLtzwgaJpZM4RhwhT">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ4y5Ya7bbyNZZ2LUjPLPQe99j2Apks5tLtzwgaJpZM4RhwhT.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/677#pullrequestreview-89678176"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany-plugins","title":"geany/geany-plugins","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany-plugins"}},"updates":{"snippets":[{"icon":"PERSON","message":"@codebrainz commented on #677"}],"action":{"name":"View Pull Request","url":"https://github.com/geany/geany-plugins/pull/677#pullrequestreview-89678176"}}}</script>