diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-11-02 08:42:35 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-11-02 08:42:35 +0800 |
commit | 4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c (patch) | |
tree | 6f9b76cee8d456070ca9c849c697f621ff833694 /executive-summary/component/e-summary-url.h | |
parent | 35162bcd8728297bff435a5592328051fd1df211 (diff) | |
download | gsoc2013-evolution-4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c.tar.gz gsoc2013-evolution-4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c.tar.zst gsoc2013-evolution-4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c.zip |
Moving the executive summarys now :)
mail-summary now has clickable names to change to that view
executive summary remembers what components are running when you close.
selection now blocks ES updating so it won't be cleared.
svn path=/trunk/; revision=6330
Diffstat (limited to 'executive-summary/component/e-summary-url.h')
-rw-r--r-- | executive-summary/component/e-summary-url.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/executive-summary/component/e-summary-url.h b/executive-summary/component/e-summary-url.h index de45caf7c7..9844d384e0 100644 --- a/executive-summary/component/e-summary-url.h +++ b/executive-summary/component/e-summary-url.h @@ -30,5 +30,8 @@ void e_summary_url_request (GtkHTML *html, void e_summary_url_click (GtkWidget *widget, const char *url, ESummary *esummary); +void e_summary_url_over (GtkHTML *html, + const char *uri, + ESummary *esummary); #endif |