[grilo-plugins] tracker: fix convention naming



commit 9234e9f80353cf4bd099674d23e4ace54660f879
Author: Lionel Landwerlin <lionel g landwerlin linux intel com>
Date:   Tue Feb 1 12:22:56 2011 +0000

    tracker: fix convention naming
    
    Signed-off-by: Lionel Landwerlin <lionel g landwerlin linux intel com>
    Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>

 src/tracker/grl-tracker.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/tracker/grl-tracker.h b/src/tracker/grl-tracker.h
index b0130ef..ddf46ce 100644
--- a/src/tracker/grl-tracker.h
+++ b/src/tracker/grl-tracker.h
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef _GRL_TRACKER_SOURCE_H_
-#define _GRL_TRACKER_SOURCE_H_
+#ifndef _GRL_TRACKER_H_
+#define _GRL_TRACKER_H_
 
 #include <grilo.h>
 
@@ -75,4 +75,4 @@ struct _GrlTrackerSourceClass {
 
 GType grl_tracker_source_get_type (void);
 
-#endif /* _GRL_TRACKER_SOURCE_H_ */
+#endif /* _GRL_TRACKER_H_ */



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