diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-02-15 05:35:38 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-02-15 05:35:38 +0800 |
commit | 3192e9ed0bbd475c22e8f74e8ce7c8ac1297abda (patch) | |
tree | a9cdd39a7c77318d7c614678af4bfde91fd6d741 | |
parent | 5ef8138ee874c6ba2c3582e3b6b624611ce3418b (diff) | |
download | gsoc2013-evolution-3192e9ed0bbd475c22e8f74e8ce7c8ac1297abda.tar gsoc2013-evolution-3192e9ed0bbd475c22e8f74e8ce7c8ac1297abda.tar.gz gsoc2013-evolution-3192e9ed0bbd475c22e8f74e8ce7c8ac1297abda.tar.bz2 gsoc2013-evolution-3192e9ed0bbd475c22e8f74e8ce7c8ac1297abda.tar.lz gsoc2013-evolution-3192e9ed0bbd475c22e8f74e8ce7c8ac1297abda.tar.xz gsoc2013-evolution-3192e9ed0bbd475c22e8f74e8ce7c8ac1297abda.tar.zst gsoc2013-evolution-3192e9ed0bbd475c22e8f74e8ce7c8ac1297abda.zip |
Remove the fancy handleURI stuff
svn path=/trunk/; revision=8229
-rw-r--r-- | executive-summary/ChangeLog | 5 | ||||
-rw-r--r-- | executive-summary/component/e-summary-url.c | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index d64404e3db..343838a70f 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -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 diff --git a/executive-summary/component/e-summary-url.c b/executive-summary/component/e-summary-url.c index cdc68091cd..4b26f1a85d 100644 --- a/executive-summary/component/e-summary-url.c +++ b/executive-summary/component/e-summary-url.c @@ -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: |