diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-16 00:23:41 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-16 00:23:41 +0800 |
commit | debbe2037d60a1a354185b5c2e378d9ca757ef40 (patch) | |
tree | 0b08456ad714091f9651d47efa9bc4bc307783f2 /ChangeLog | |
parent | dc858af55b499ac2cca961100cba57297f590813 (diff) | |
download | gsoc2013-epiphany-debbe2037d60a1a354185b5c2e378d9ca757ef40.tar gsoc2013-epiphany-debbe2037d60a1a354185b5c2e378d9ca757ef40.tar.gz gsoc2013-epiphany-debbe2037d60a1a354185b5c2e378d9ca757ef40.tar.bz2 gsoc2013-epiphany-debbe2037d60a1a354185b5c2e378d9ca757ef40.tar.lz gsoc2013-epiphany-debbe2037d60a1a354185b5c2e378d9ca757ef40.tar.xz gsoc2013-epiphany-debbe2037d60a1a354185b5c2e378d9ca757ef40.tar.zst gsoc2013-epiphany-debbe2037d60a1a354185b5c2e378d9ca757ef40.zip |
Weak ref the real dialogue, and hide the dialogue after running it. Fixes
2004-02-15 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/FilePicker.cpp: (::Show), (::GFilePicker),
(::~GFilePicker):
Weak ref the real dialogue, and hide the dialogue after
running it. Fixes interaction with nsIFilePicker lifecycle
when shown from javascript.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-02-15 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/FilePicker.cpp: (::Show), (::GFilePicker), + (::~GFilePicker): + + Weak ref the real dialogue, and hide the dialogue after + running it. Fixes interaction with nsIFilePicker lifecycle + when shown from javascript. + 2004-02-15 Marco Pesenti Gritti <marco@gnome.org> * NEWS: |