X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=clients%2Fgtk2%2Fhublist.c;h=ff9416101807a3cc2ab78b7116ca48719a61265f;hb=0a195998a5cd7ebb6cb90b35cb264e849b7f0192;hp=74910e576243610b2a5d22c35ea52bde3ca8a1ed;hpb=8bd2d2694e31dfa1a56a909998f2d921285aa9e2;p=doldaconnect.git diff --git a/clients/gtk2/hublist.c b/clients/gtk2/hublist.c index 74910e5..ff94161 100644 --- a/clients/gtk2/hublist.c +++ b/clients/gtk2/hublist.c @@ -200,6 +200,7 @@ void fetchhublist(char *url, regex_t *flt) msgbox(GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, _("Could not read hublist from server: %s"), strerror(errno)); return; } + hc->autoredir = 1; state = 0; settags(); gtk_widget_show(main_pubhubbarbox);