mothra: fix url snarfing

This commit is contained in:
cinap_lenrek 2012-09-26 19:32:34 +02:00
parent 5961379aba
commit 37e8a817ea

View file

@ -823,6 +823,7 @@ Url* selurl(char *urlname){
seturl(&url, urlname, current ? current->url->fullname : "");
selection=&url;
message("selected: %s", urlstr(selection));
plgrabkb(cmd); /* for snarf */
return selection;
}
void seturl(Url *url, char *urlname, char *base){