fixed status bar content not removed when switching to another article
[prss.git] / 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()