aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2011-09-09 17:27:09 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2011-09-09 17:27:09 +0800
commitcdfebccad775d2df564fd25cbfd6965255040a91 (patch)
treed1d34ee683c1d5e36f97df02bc69f07013510787 /embed
parentd9dc07d5e89f56871d6df629015226c4e0ddb133 (diff)
downloadgsoc2013-epiphany-cdfebccad775d2df564fd25cbfd6965255040a91.tar
gsoc2013-epiphany-cdfebccad775d2df564fd25cbfd6965255040a91.tar.gz
gsoc2013-epiphany-cdfebccad775d2df564fd25cbfd6965255040a91.tar.bz2
gsoc2013-epiphany-cdfebccad775d2df564fd25cbfd6965255040a91.tar.lz
gsoc2013-epiphany-cdfebccad775d2df564fd25cbfd6965255040a91.tar.xz
gsoc2013-epiphany-cdfebccad775d2df564fd25cbfd6965255040a91.tar.zst
gsoc2013-epiphany-cdfebccad775d2df564fd25cbfd6965255040a91.zip
Remove obsolete comment
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-web-app-utils.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/embed/ephy-web-app-utils.c b/embed/ephy-web-app-utils.c
index 272ca8e6f..924f12918 100644
--- a/embed/ephy-web-app-utils.c
+++ b/embed/ephy-web-app-utils.c
@@ -242,8 +242,7 @@ ephy_web_application_create (EphyWebView *view, const char *title, GdkPixbuf *ic
g_return_val_if_fail (EPHY_IS_WEB_VIEW (view), NULL);
/* If there's already a WebApp profile for the contents of this
- * view, do nothing. TODO: create a method to check this and use it
- * to ask the user if she wants to overwrite the existing WebApp. */
+ * view, do nothing. */
profile_dir = ephy_web_application_get_profile_directory (title);
if (g_file_test (profile_dir, G_FILE_TEST_IS_DIR))
goto out;