aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-12-20 02:13:53 +0800
committerChristian Persch <chpe@src.gnome.org>2003-12-20 02:13:53 +0800
commit4f96cabd5769fb8e49579ef4976a74fcc61ef999 (patch)
tree56f7f287cffdf64fae3ce216ae55ab4f59b212a4 /ChangeLog
parentca1c6796980e5787767a30bb9933fb4232931b3d (diff)
downloadgsoc2013-epiphany-4f96cabd5769fb8e49579ef4976a74fcc61ef999.tar
gsoc2013-epiphany-4f96cabd5769fb8e49579ef4976a74fcc61ef999.tar.gz
gsoc2013-epiphany-4f96cabd5769fb8e49579ef4976a74fcc61ef999.tar.bz2
gsoc2013-epiphany-4f96cabd5769fb8e49579ef4976a74fcc61ef999.tar.lz
gsoc2013-epiphany-4f96cabd5769fb8e49579ef4976a74fcc61ef999.tar.xz
gsoc2013-epiphany-4f96cabd5769fb8e49579ef4976a74fcc61ef999.tar.zst
gsoc2013-epiphany-4f96cabd5769fb8e49579ef4976a74fcc61ef999.zip
EphyFileChooser now destroys with parent, don't set the flag again here.
2003-12-19 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_dialog_browse_button_cb): EphyFileChooser now destroys with parent, don't set the flag again here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b45126d8..efed3d174 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-12-19 Christian Persch <chpe@cvs.gnome.org>
+ * embed/print-dialog.c: (ephy_print_dialog_browse_button_cb):
+
+ EphyFileChooser now destroys with parent, don't set the flag again here.
+
+2003-12-19 Christian Persch <chpe@cvs.gnome.org>
+
* lib/ephy-file-chooser.c: (ephy_file_chooser_new):
Destroy file chooser with its parent window; fixes crashes.