From 7e685c61459ef3f55fed260b3b90c974d3599227 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 2 Sep 2011 20:56:12 +0200 Subject: ephy-web-app-utils: rename ephy_delete_web_application to ephy_web_application_delete You know, use namespaces correctly and all that. --- src/ephy-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-main.c') diff --git a/src/ephy-main.c b/src/ephy-main.c index 1d1e28ab2..9d2152e1a 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -428,7 +428,7 @@ main (int argc, /* Delete the requested web application, if any. Must happen after * ephy_file_helpers_init (). */ if (application_to_delete) { - ephy_delete_web_application (application_to_delete); + ephy_web_application_delete (application_to_delete); exit (0); } -- cgit v1.2.3