diff options
author | Radek Doulik <rodo@site> | 2005-05-05 19:22:34 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2005-05-05 19:22:34 +0800 |
commit | 424085a24832ec53de5ab5a81c66735bafe2b6b8 (patch) | |
tree | 49b4a6d2eb3e17c941b75f0fd217a1a62a3089a9 /mail/em-format-html-display.c | |
parent | 00908c0f8af21933641d60314acff712d8c8a874 (diff) | |
download | gsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.tar gsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.tar.gz gsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.tar.bz2 gsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.tar.lz gsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.tar.xz gsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.tar.zst gsoc2013-evolution-424085a24832ec53de5ab5a81c66735bafe2b6b8.zip |
use gtk_html_command to ask if selection is active tto avoid using
2005-05-05 Radek Doulik <rodo@site>
* em-folder-view.c (em_folder_view_get_popup_target): use
gtk_html_command to ask if selection is active tto avoid using
selection API directly
(emfv_popup_copy_text): use gtkhtml API instead of engine API
(emfv_message_reply): use new gtk_html_get_selection_html function
to avoid using low level gtkhtml APIs
svn path=/trunk/; revision=29272
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r-- | mail/em-format-html-display.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 6fc42ac60a..14877890af 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -29,7 +29,6 @@ #include <gtkhtml/gtkhtml.h> #include <gtkhtml/htmlengine.h> #include <gtkhtml/htmlobject.h> -#include <gtkhtml/htmliframe.h> #include <gtkhtml/gtkhtml-embedded.h> #include <gtkhtml/gtkhtml-search.h> |