aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-09-03 02:56:12 +0800
committerXan Lopez <xlopez@igalia.com>2011-09-03 02:56:12 +0800
commit7e685c61459ef3f55fed260b3b90c974d3599227 (patch)
tree5456a324f2bdfc82bc5150707508830e891fd20a /src/ephy-main.c
parent09bbf1441056fc858db9bca5452bd0ff8e83a1b1 (diff)
downloadgsoc2013-epiphany-7e685c61459ef3f55fed260b3b90c974d3599227.tar
gsoc2013-epiphany-7e685c61459ef3f55fed260b3b90c974d3599227.tar.gz
gsoc2013-epiphany-7e685c61459ef3f55fed260b3b90c974d3599227.tar.bz2
gsoc2013-epiphany-7e685c61459ef3f55fed260b3b90c974d3599227.tar.lz
gsoc2013-epiphany-7e685c61459ef3f55fed260b3b90c974d3599227.tar.xz
gsoc2013-epiphany-7e685c61459ef3f55fed260b3b90c974d3599227.tar.zst
gsoc2013-epiphany-7e685c61459ef3f55fed260b3b90c974d3599227.zip
ephy-web-app-utils: rename ephy_delete_web_application to ephy_web_application_delete
You know, use namespaces correctly and all that.
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r--src/ephy-main.c2
1 files changed, 1 insertions, 1 deletions
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);
}