viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

commit 36ea427b2e7a6a5602ddebe9d67e14731abd78d5
parent ab28ec361fe6be120713f24df275238201312b2c
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Fri, 21 Sep 2012 20:12:57 -0600

proxy: forgot to remove old fn call.

Diffstat:
Mmain.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/main.c b/main.c @@ -1524,8 +1524,6 @@ elm_main(int argc, char *argv[]) ad->downloads = eina_hash_string_superfast_new(download_entry_free_cb); - toggle_proxy(use_proxy); - elm_run(); elm_shutdown(); ewk_shutdown();