fixed status bar content not removed when switching to another article
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 23 Apr 2014 10:03:03 +0000 (12:03 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 23 Apr 2014 10:03:03 +0000 (12:03 +0200)
src/webbrowser.c

index 4f77fed..bb69e34 100644 (file)
@@ -49,7 +49,7 @@ static void hovering_over_link_cbk(WebKitWebView *web_view,
        if (uri)
                gtk_statusbar_push(w_status, id, uri);
        else
-               gtk_statusbar_pop(w_status, id);
+               gtk_statusbar_remove_all(w_status, id);
 }
 
 GtkWidget *web_get_widget()