X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=clients%2Fgtk2%2Fhublist-xml.c;h=46a53ce732d1f67960acc791cf1047a5944be376;hp=d72291d14d93730286e2fe0cb89d734c1da60e5b;hb=d8813d883280b17c242473f3e662ad7e2c250bf1;hpb=713581e52521b150428ff5cd46b75a8736877799 diff --git a/clients/gtk2/hublist-xml.c b/clients/gtk2/hublist-xml.c index d72291d..46a53ce 100644 --- a/clients/gtk2/hublist-xml.c +++ b/clients/gtk2/hublist-xml.c @@ -119,6 +119,8 @@ int pubhubxmlhandler(int op, char *buf, size_t len) type = G_TYPE_STRING; else if(!strcmp(stype, "int")) type = G_TYPE_INT; + else if(!strcmp(stype, "percent")) + type = G_TYPE_INT; else if(!strcmp(stype, "bytes")) type = G_TYPE_INT64; }