@hyperair commented on this pull request.


In markdown/src/viewer.c:

> @@ -300,7 +300,7 @@ static void
 on_webview_load_status_notify(WebKitWebView *view, GParamSpec *pspec,
   MarkdownViewer *self)
 {
-  WebKitLoadStatus load_status;
+  WebKitLoadEvent load_status;
 
   g_object_get(view, "load-status", &load_status, NULL);

There's an implementation of that here:
hyperair/geany-plugins@1fd266a?diff=unified#diff-6849d7a7a6ff4110bd13706035ccd7daL545
hyperair/geany-plugins@1fd266a?diff=unified#diff-6849d7a7a6ff4110bd13706035ccd7daR1195


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.