[tracker] libtracker-data: Bugfix in a check
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] libtracker-data: Bugfix in a check
- Date: Thu, 15 Apr 2010 11:04:54 +0000 (UTC)
commit 5f10a5d707f5b0f23ae5cc7c39123f047c104ae3
Author: Philip Van Hoof <philip codeminded be>
Date: Thu Apr 15 13:02:55 2010 +0200
libtracker-data: Bugfix in a check
src/libtracker-data/tracker-property.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-data/tracker-property.c b/src/libtracker-data/tracker-property.c
index 8605538..254edc9 100644
--- a/src/libtracker-data/tracker-property.c
+++ b/src/libtracker-data/tracker-property.c
@@ -319,7 +319,7 @@ tracker_property_get_fulltext_indexed (TrackerProperty *property)
/* Removed for performance:
g_return_val_if_fail (TRACKER_IS_PROPERTY (property), NULL); */
- g_return_val_if_fail (property != NULL, NULL);
+ g_return_val_if_fail (property != NULL, FALSE);
priv = GET_PRIV (property);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]