diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-07-20 23:35:27 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-07-20 23:35:27 +0800 |
commit | 7d520e5258162fd396365ced44936376d9aad664 (patch) | |
tree | b59593ba776720dc93be19cae947f5281d7ba9c5 /ChangeLog | |
parent | ce46693ea1ae7b8af42b001009a828e30e022795 (diff) | |
download | gsoc2013-epiphany-7d520e5258162fd396365ced44936376d9aad664.tar gsoc2013-epiphany-7d520e5258162fd396365ced44936376d9aad664.tar.gz gsoc2013-epiphany-7d520e5258162fd396365ced44936376d9aad664.tar.bz2 gsoc2013-epiphany-7d520e5258162fd396365ced44936376d9aad664.tar.lz gsoc2013-epiphany-7d520e5258162fd396365ced44936376d9aad664.tar.xz gsoc2013-epiphany-7d520e5258162fd396365ced44936376d9aad664.tar.zst gsoc2013-epiphany-7d520e5258162fd396365ced44936376d9aad664.zip |
Use connect_object for the dialog destroy signal, so we dont unref the
2003-07-20 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/ephy-dialog.c: (impl_construct):
Use connect_object for the dialog destroy signal, so
we dont unref the EphyDialog object two times.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-07-20 Marco Pesenti Gritti <marco@it.gnome.org> + * lib/ephy-dialog.c: (impl_construct): + + Use connect_object for the dialog destroy signal, so + we dont unref the EphyDialog object two times. + +2003-07-20 Marco Pesenti Gritti <marco@it.gnome.org> + * embed/mozilla/mozilla-embed-single.cpp: Do not emit warning when language pack is not installed. |