Updating branch refs/heads/master
         to ac8123088a9401b9f4494b43714d6e3216f8348a (commit)
       from bc2ad69f6f5c7f052bb9be3e2a82fc5714f779f7 (commit)

commit ac8123088a9401b9f4494b43714d6e3216f8348a
Author: Stephan Arts <[email protected]>
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;
 }
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to