[Xfce4-commits] <ristretto:ristretto-0.3> Make sure a value is returned
Stephan Arts
noreply at xfce.org
Sat Jan 28 07:50:03 CET 2012
Updating branch refs/heads/ristretto-0.3
to f06f13f629917534dc65fcc87f5f04c34e14277e (commit)
from 686f66f0f0dc7a67503e76facbfb2de3488c8f43 (commit)
commit f06f13f629917534dc65fcc87f5f04c34e14277e
Author: Stephan Arts <stephan at xfce.org>
Date: Sat Jan 28 07:28:32 2012 +0100
Make sure a value is returned
NEWS | 2 +-
configure.in.in | 4 ++--
src/main_window.c | 1 +
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 5a23148..673d76c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-x.x.x
+0.3.3
=====
- Fix bug #8343 (Do not use symbols from gtk+ > 2.20)
- Autogenerate Changelog on make dist
diff --git a/configure.in.in b/configure.in.in
index 652c71e..caad192 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,9 +11,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([ristretto_version_major], [0])
m4_define([ristretto_version_minor], [3])
-m4_define([ristretto_version_micro], [2])
+m4_define([ristretto_version_micro], [3])
m4_define([ristretto_version_build], [r at REVISION@])
-m4_define([ristretto_version_tag], [git]) # Leave empty for releases
+m4_define([ristretto_version_tag], []) # Leave empty for releases
m4_define([ristretto_version], [ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(), [], [], [ristretto_version_tag()-ristretto_version_build()])])
dnl *******************************************
diff --git a/src/main_window.c b/src/main_window.c
index 7a8396d..9d15fdf 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -3513,4 +3513,5 @@ rstto_main_window_play_slideshow (RsttoMainWindow *window)
window->priv->playing = TRUE;
window->priv->play_timeout_id = g_timeout_add (g_value_get_uint (&timeout)*1000, (GSourceFunc)cb_rstto_main_window_play_slideshow, window);
+ return FALSE;
}
More information about the Xfce4-commits
mailing list