X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fmain.c;h=20b9b14a8b10ee65153791778278cbd742066d07;hb=82eee30857df0465a15aaa965b6b81124aa91690;hp=d9182d3951bda68862b5b61f22445158d432a720;hpb=f12d31760b4945f8b4978e7d629bb036a626beba;p=prss.git diff --git a/src/main.c b/src/main.c index d9182d3..20b9b14 100644 --- a/src/main.c +++ b/src/main.c @@ -29,8 +29,9 @@ #include #include +#include #include "http.h" -#include "log.h" +#include #include "ttrss.h" #include "ttrss_ws.h" #include "webbrowser.h" @@ -604,8 +605,8 @@ int main(int argc, char **argv) panh = GTK_WIDGET(gtk_builder_get_object(builder, "webkit_window")); - webbrowser_init(GTK_LABEL(gtk_builder_get_object(builder, - "browser_status"))); + webbrowser_init(GTK_STATUSBAR(gtk_builder_get_object + (builder, "statusbar"))); gtk_container_add(GTK_CONTAINER(panh), web_get_widget());