[Xfce4-commits] <midori:master> Return FALSE in _action_bookmarks_populate_folder if db is NULL

Christian Dywan noreply at xfce.org
Fri Sep 17 22:48:02 CEST 2010


Updating branch refs/heads/master
         to 5806cdb88459b5323acafd9b3e1aa806b00235a5 (commit)
       from b66902ef7ab41d50a08890df24021554d645683a (commit)

commit 5806cdb88459b5323acafd9b3e1aa806b00235a5
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Sep 16 21:39:42 2010 +0200

    Return FALSE in _action_bookmarks_populate_folder if db is NULL

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

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index b4db5b1..26892ae 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -2825,7 +2825,7 @@ _action_bookmarks_populate_folder (GtkAction*     action,
     GtkWidget* menuitem;
 
     if (!db)
-        return;
+        return FALSE;
 
     /* Clear items from dummy array here */
     gtk_container_foreach (GTK_CONTAINER (menu),



More information about the Xfce4-commits mailing list