[epiphany] Remove obsolete comment



commit cdfebccad775d2df564fd25cbfd6965255040a91
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Fri Sep 9 12:27:09 2011 +0300

    Remove obsolete comment

 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 272ca8e..924f129 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]