Remove the fancy handleURI stuff

svn path=/trunk/; revision=8229
This commit is contained in:
Iain Holmes
2001-02-14 21:35:38 +00:00
parent 5ef8138ee8
commit 3192e9ed0b
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2001-02-14 Iain Holmes <iain@ximian.com>
* component/e-summary-url.c (e_summary_url_click): Remove the new
OTHER uri stuff.
2001-02-14 Christopher James Lahey <clahey@ximian.com>
* component/component-factory.c (component_destroy_cb): Removed

View File

@ -599,13 +599,6 @@ e_summary_url_click (GtkWidget *widget,
break;
case PROTOCOL_OTHER:
/* Pass it to the parent component */
CORBA_exception_init (&ev);
GNOME_Evolution_Summary_HTMLView_handleURI (window->html,
url, &ev);
CORBA_exception_free (&ev);
break;
case PROTOCOL_NONE:
case PROTOCOL_HTTP:
case PROTOCOL_FILE: