[Xfce4-commits] <ristretto:master> Add return value
Stephan Arts
noreply at xfce.org
Sun Jan 29 22:16:05 CET 2012
Updating branch refs/heads/master
to ac8123088a9401b9f4494b43714d6e3216f8348a (commit)
from bc2ad69f6f5c7f052bb9be3e2a82fc5714f779f7 (commit)
commit ac8123088a9401b9f4494b43714d6e3216f8348a
Author: Stephan Arts <stephan at xfce.org>
Date: Sat Jan 28 08:12:56 2012 +0100
Add return value
src/main_window.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main_window.c b/src/main_window.c
index fc110e1..3dbfa46 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -3517,4 +3517,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 TRUE;
}
More information about the Xfce4-commits
mailing list