[evolution/wip-webkit2] Addressbook - Remove unneeded code



commit f12a0ee3e7e336cdbad99dd0bd2be68e6942901a
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Nov 19 16:49:40 2013 +0100

    Addressbook - Remove unneeded code

 addressbook/gui/widgets/eab-contact-display.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c
index 8a8b9eb..df043f5 100644
--- a/addressbook/gui/widgets/eab-contact-display.c
+++ b/addressbook/gui/widgets/eab-contact-display.c
@@ -533,12 +533,6 @@ eab_contact_display_init (EABContactDisplay *display)
                web_view, "style-set",
                G_CALLBACK (load_contact), NULL);
 
-       e_web_view_register_uri_scheme (E_WEB_VIEW (display), FILE_URI_SCHEME, NULL, NULL);
-       e_web_view_register_uri_scheme (E_WEB_VIEW (display), GTK_STOCK_URI_SCHEME, NULL, NULL);
-#if 0
-       e_web_view_install_request_handler (E_WEB_VIEW (display), E_TYPE_FILE_REQUEST);
-       e_web_view_install_request_handler (E_WEB_VIEW (display), E_TYPE_STOCK_REQUEST);
-#endif
        action_group = gtk_action_group_new ("internal-mailto");
        gtk_action_group_set_translation_domain (action_group, domain);
        gtk_ui_manager_insert_action_group (ui_manager, action_group, 0);


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