diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-20 04:16:51 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-20 04:16:51 +0800 |
commit | 692d2b9353c7f1a813f6614512bcde4be6163842 (patch) | |
tree | 82046556a728b2113df61f9ac7e73223f55d11ba /ChangeLog | |
parent | 4f96cabd5769fb8e49579ef4976a74fcc61ef999 (diff) | |
download | gsoc2013-epiphany-692d2b9353c7f1a813f6614512bcde4be6163842.tar gsoc2013-epiphany-692d2b9353c7f1a813f6614512bcde4be6163842.tar.gz gsoc2013-epiphany-692d2b9353c7f1a813f6614512bcde4be6163842.tar.bz2 gsoc2013-epiphany-692d2b9353c7f1a813f6614512bcde4be6163842.tar.lz gsoc2013-epiphany-692d2b9353c7f1a813f6614512bcde4be6163842.tar.xz gsoc2013-epiphany-692d2b9353c7f1a813f6614512bcde4be6163842.tar.zst gsoc2013-epiphany-692d2b9353c7f1a813f6614512bcde4be6163842.zip |
Use return, not g_return_if_fail.
2003-12-19 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-encoding-dialog.c: (sync_embed_cb):
* src/ephy-encoding-menu.c: (update_encoding_menu_cb):
Use return, not g_return_if_fail.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-12-19 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-encoding-dialog.c: (sync_embed_cb): + * src/ephy-encoding-menu.c: (update_encoding_menu_cb): + + Use return, not g_return_if_fail. + +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. |