[Xfce4-commits] <midori:master> midori_browser_notify_new_tab_timeout_cb must be boolean

Christian Dywan noreply at xfce.org
Thu Mar 8 01:12:04 CET 2012


Updating branch refs/heads/master
         to 6e6faabad942ea3b99ff39116b657eb376e2068e (commit)
       from 6c57f7db429ab86b9ad27866678226d33532ee03 (commit)

commit 6e6faabad942ea3b99ff39116b657eb376e2068e
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Mar 8 00:52:15 2012 +0100

    midori_browser_notify_new_tab_timeout_cb must be boolean

 midori/midori-browser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index d21cb04..bdaab0b 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -1211,11 +1211,11 @@ midori_browser_view_copy_history (GtkWidget* view_to,
     }
 }
 
-static gint
+static gboolean
 midori_browser_notify_new_tab_timeout_cb (MidoriBrowser *browser)
 {
     gtk_window_set_opacity (GTK_WINDOW (browser), 1);
-    return 0;
+    return G_SOURCE_REMOVE;
 }
 
 static void


More information about the Xfce4-commits mailing list