summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-03-25 11:37:35 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-03-25 11:37:35 +0000
commit1a730a0e3de3885fc9f86b2fe17c4b9a2e5aec1e (patch)
treee41a6a0233313378bdda343ff30c35ebe4b0cf39
parent33853936d51f6cfa7a04d52b34ff6583b0b72066 (diff)
downloadyelp-YELP_0_5.tar.gz
bumped version to 0.5YELP_0_5
2002-03-25 Mikael Hallendal <micke@codefactory.se> * configure.in: bumped version to 0.5
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
-rw-r--r--src/yelp-html.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c3796d7..814f2ff6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-25 Mikael Hallendal <micke@codefactory.se>
+
+ * configure.in: bumped version to 0.5
+
2002-03-24 Zbigniew Chyla <cyba@gnome.pl>
Fixes #72583
diff --git a/configure.in b/configure.in
index 338433ab..a1c8a985 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(src/yelp-main.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(yelp, 0.4.99)
+AM_INIT_AUTOMAKE(yelp, 0.5)
AC_PROG_INTLTOOL
diff --git a/src/yelp-html.c b/src/yelp-html.c
index a395dbf9..aaefb166 100644
--- a/src/yelp-html.c
+++ b/src/yelp-html.c
@@ -243,7 +243,7 @@ yh_url_requested_cb (HtmlDocument *doc,
GnomeVFSURI *vfs_uri;
StreamData *sdata;
- d(puts(G_GNUC_FUNCTION));
+ d(g_print ("URL REQUESTED: %s\n", uri));
view = YELP_HTML (data);
priv = view->priv;
@@ -255,7 +255,6 @@ yh_url_requested_cb (HtmlDocument *doc,
sdata->view = view;
sdata->stream = stream;
-
priv->connections = g_slist_prepend (priv->connections, sdata);
vfs_uri = gnome_vfs_uri_new (uri);