fix url hint invalid error

This commit is contained in:
Daniel Micay 2012-10-05 12:45:17 -04:00
parent a905414491
commit b4f059391a
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ static void launch_url(const char *text, search_panel_info *info) {
if (!errno && end != text && id && id <= info->url_list.size()) {
launch_browser(info->url_list[id - 1].url.get());
} else {
g_printerr("url hint invalid: %s\n", text);
g_printerr("url hint invalid: %s\n", token);
}
}
}