diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-29 04:07:50 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-29 04:07:50 +0800 |
commit | 76190d873c23d99733b75f245e60fd7744acd35e (patch) | |
tree | 5505ca7c5ebcd85f19720a37115d4ee981cc0f3f /mail/mail-display.h | |
parent | 1d9490ba9db40533d9c1206f2205c0d6bc1f8f5a (diff) | |
download | gsoc2013-evolution-76190d873c23d99733b75f245e60fd7744acd35e.tar.gz gsoc2013-evolution-76190d873c23d99733b75f245e60fd7744acd35e.tar.zst gsoc2013-evolution-76190d873c23d99733b75f245e60fd7744acd35e.zip |
Implement the "Copy link location" right-click menu item in the
MessageDisplay widget.
svn path=/trunk/; revision=10572
Diffstat (limited to 'mail/mail-display.h')
-rw-r--r-- | mail/mail-display.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/mail-display.h b/mail/mail-display.h index dfad9a9276..92797438c9 100644 --- a/mail/mail-display.h +++ b/mail/mail-display.h @@ -28,9 +28,15 @@ struct _MailDisplay { GtkHTMLStream *stream; gpointer last_active; guint idle_id; + + char *selection; CamelMimeMessage *current_message; GData **data; + + /* Sigh. This shouldn't be needed. I haven't figured out why it is + though. */ + GtkWidget *invisible; }; typedef struct { |