[Webkit-unassigned] [Bug 98334] [EFL][WK2] Fix destination path when download with suggested filename on the Minibrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 4 02:50:10 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=98334





--- Comment #15 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-10-04 02:50:35 PST ---
(From update of attachment 167056)
View in context: https://bugs.webkit.org/attachment.cgi?id=167056&action=review

> Tools/MiniBrowser/efl/main.c:219
> +    printf("Downloading: %s\n", eina_strbuf_string_get(destination_path));

Why not use *info* macro ?

> Tools/MiniBrowser/efl/main.c:227
> +    printf("Download finished: %s\n",  ewk_download_job_destination_get(download));

ditto.

> Tools/MiniBrowser/efl/main.c:234
> +    printf("Download failed: %s\n", ewk_download_job_destination_get(download));

ditto.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list