aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-01-02 20:35:38 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-01-02 20:35:38 +0800
commitdbe798bd9a4f54b76968d16931178ab1c683e90d (patch)
treee2aad3d75d92b4a959e46564084f82d5e5aa75bd /mail/ChangeLog
parent89908f675cfc9a7c83d69f729bf4d4e57cd5a41a (diff)
downloadgsoc2013-evolution-dbe798bd9a4f54b76968d16931178ab1c683e90d.tar
gsoc2013-evolution-dbe798bd9a4f54b76968d16931178ab1c683e90d.tar.gz
gsoc2013-evolution-dbe798bd9a4f54b76968d16931178ab1c683e90d.tar.bz2
gsoc2013-evolution-dbe798bd9a4f54b76968d16931178ab1c683e90d.tar.lz
gsoc2013-evolution-dbe798bd9a4f54b76968d16931178ab1c683e90d.tar.xz
gsoc2013-evolution-dbe798bd9a4f54b76968d16931178ab1c683e90d.tar.zst
gsoc2013-evolution-dbe798bd9a4f54b76968d16931178ab1c683e90d.zip
** Fix for bug #317823
2008-01-02 Milan Crha <mcrha@redhat.com> ** Fix for bug #317823 * em-format-html-display.c: (efhd_get_uri_puri): New helper function to dig up uri or puri from the GtkHtml. If the object is an image, then pass it as puri or uri, depends on the source of the image. * em-format-html-display.c: (efhd_html_button_press_event), (em_format_html_display_popup_menu): Using new helper function. Note: New API functions in gtkhtml are required. svn path=/trunk/; revision=34750
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 904c9edead..f78fcdc96c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,16 @@
2008-01-02 Milan Crha <mcrha@redhat.com>
+ ** Fix for bug #317823
+
+ * em-format-html-display.c: (efhd_get_uri_puri):
+ New helper function to dig up uri or puri from the GtkHtml.
+ If the object is an image, then pass it as puri or uri, depends
+ on the source of the image.
+ * em-format-html-display.c: (efhd_html_button_press_event),
+ (em_format_html_display_popup_menu): Using new helper function.
+
+2008-01-02 Milan Crha <mcrha@redhat.com>
+
** Fix for bug #364642
* em-composer-prefs.h: (struct _EMComposerPrefs):