diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2011-09-09 17:27:09 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2011-09-09 17:27:09 +0800 |
commit | cdfebccad775d2df564fd25cbfd6965255040a91 (patch) | |
tree | d1d34ee683c1d5e36f97df02bc69f07013510787 /embed | |
parent | d9dc07d5e89f56871d6df629015226c4e0ddb133 (diff) | |
download | gsoc2013-epiphany-cdfebccad775d2df564fd25cbfd6965255040a91.tar.gz gsoc2013-epiphany-cdfebccad775d2df564fd25cbfd6965255040a91.tar.zst gsoc2013-epiphany-cdfebccad775d2df564fd25cbfd6965255040a91.zip |
Remove obsolete comment
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-web-app-utils.c | 3 |
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; |