aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-21 06:25:48 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-21 06:25:48 +0800
commita639bd67fc363c4e7a587d4b95648048e662c2c4 (patch)
tree8c19cd54633f012242f529c3860485b850c46e8c /ChangeLog
parent6e5f92630e7efd2f871bbeb592c1a2c096b17829 (diff)
downloadgsoc2013-epiphany-a639bd67fc363c4e7a587d4b95648048e662c2c4.tar
gsoc2013-epiphany-a639bd67fc363c4e7a587d4b95648048e662c2c4.tar.gz
gsoc2013-epiphany-a639bd67fc363c4e7a587d4b95648048e662c2c4.tar.bz2
gsoc2013-epiphany-a639bd67fc363c4e7a587d4b95648048e662c2c4.tar.lz
gsoc2013-epiphany-a639bd67fc363c4e7a587d4b95648048e662c2c4.tar.xz
gsoc2013-epiphany-a639bd67fc363c4e7a587d4b95648048e662c2c4.tar.zst
gsoc2013-epiphany-a639bd67fc363c4e7a587d4b95648048e662c2c4.zip
Change a g_return_if_fail into a regular return.
2005-08-21 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: (ephy_file_launch_handler): Change a g_return_if_fail into a regular return.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 629438386..b5be865f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-08-21 Christian Persch <chpe@cvs.gnome.org>
+ * lib/ephy-file-helpers.c: (ephy_file_launch_handler):
+
+ Change a g_return_if_fail into a regular return.
+
+2005-08-21 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-window.c: (ephy_window_delete_event),
(ephy_window_class_init), (ephy_window_init):