[tracker/class-signal] Must be static, squash



commit 9ea63a6f562919f3f7102ca6887925323a165e4a
Author: Philip Van Hoof <philip codeminded be>
Date:   Fri Aug 13 12:57:29 2010 +0200

    Must be static, squash

 src/libtracker-data/tracker-ontologies.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-data/tracker-ontologies.c b/src/libtracker-data/tracker-ontologies.c
index d2a3727..cdde80c 100644
--- a/src/libtracker-data/tracker-ontologies.c
+++ b/src/libtracker-data/tracker-ontologies.c
@@ -62,7 +62,7 @@ static gpointer    property_type_enum_class;
 static GHashTable *id_uri_pairs;
 
 /* rdf:type */
-TrackerProperty *rdf_type = NULL;
+static TrackerProperty *rdf_type = NULL;
 
 void
 tracker_ontologies_init (void)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]