X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=clients%2Fgtk2%2Fhublist.c;h=ff9416101807a3cc2ab78b7116ca48719a61265f;hp=74910e576243610b2a5d22c35ea52bde3ca8a1ed;hb=78ba3ee1d71032a1325036d5cefa8d0549d76ccd;hpb=48c745c539c41b0993ef3fd0c2c8ffb62afac9f7 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);