aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-06-16 20:38:13 +0800
committerChristian Persch <chpe@src.gnome.org>2005-06-16 20:38:13 +0800
commit30c3f34d61827ed1a50e16c09d6d1b0875ab7053 (patch)
tree85828a0ab8bf2637c78ee7c84ec75742910eae21 /ChangeLog
parent3053ba8e28f69454242b74fd10085cd6a42ced84 (diff)
downloadgsoc2013-epiphany-30c3f34d61827ed1a50e16c09d6d1b0875ab7053.tar
gsoc2013-epiphany-30c3f34d61827ed1a50e16c09d6d1b0875ab7053.tar.gz
gsoc2013-epiphany-30c3f34d61827ed1a50e16c09d6d1b0875ab7053.tar.bz2
gsoc2013-epiphany-30c3f34d61827ed1a50e16c09d6d1b0875ab7053.tar.lz
gsoc2013-epiphany-30c3f34d61827ed1a50e16c09d6d1b0875ab7053.tar.xz
gsoc2013-epiphany-30c3f34d61827ed1a50e16c09d6d1b0875ab7053.tar.zst
gsoc2013-epiphany-30c3f34d61827ed1a50e16c09d6d1b0875ab7053.zip
Don't show the image after gtk_button_set_image(). Fixes bug #307818.
2005-06-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_constructor): * src/ephy-history-window.c: (confirmation_dialog_construct): Don't show the image after gtk_button_set_image(). Fixes bug #307818.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4852e03d2..2e1a99df3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-06-16 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/ContentHandler.cpp:
+ * src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_constructor):
+ * src/ephy-history-window.c: (confirmation_dialog_construct):
+
+ Don't show the image after gtk_button_set_image(). Fixes bug #307818.
+
2005-06-14 Crispin Flowerday <gnome@flowerday.cx>
* embed/ephy-embed.c (ephy_embed_load_url):