[gnome-main-menu] main-menu: Add missing return value
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-main-menu] main-menu: Add missing return value
- Date: Mon, 17 Jan 2011 16:22:50 +0000 (UTC)
commit ae75b91b7ca8bd03d0f5f4e3613f48f15cf60988
Author: Vincent Untz <vuntz gnome org>
Date: Mon Jan 17 17:22:35 2011 +0100
main-menu: Add missing return value
main-menu/src/main-menu-ui.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/main-menu/src/main-menu-ui.c b/main-menu/src/main-menu-ui.c
index b6f3504..f59afc4 100644
--- a/main-menu/src/main-menu-ui.c
+++ b/main-menu/src/main-menu-ui.c
@@ -267,7 +267,7 @@ main_menu_delayed_setup (MainMenuUI *this)
MainMenuUIPrivate *priv = PRIVATE (this);
if (priv->recently_used_store_monitor != NULL)
- return; /* already setup */
+ return FALSE; /* already setup */
libslab_checkpoint ("main_menu_ui_new(): setup_recently_used_store_monitor");
setup_recently_used_store_monitor (this, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]