[libchamplain] Rename the scale-unit property to unit



commit fae275d99eefa603a99988f3bcb3b7149e6fe42f
Author: JiÅ?í Techet <techet gmail com>
Date:   Tue Feb 1 23:27:21 2011 +0100

    Rename the scale-unit property to unit

 champlain/champlain-scale.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/champlain/champlain-scale.c b/champlain/champlain-scale.c
index 64c5c66..32d3417 100644
--- a/champlain/champlain-scale.c
+++ b/champlain/champlain-scale.c
@@ -176,7 +176,7 @@ champlain_scale_class_init (ChamplainScaleClass *scale_class)
    */
   g_object_class_install_property (object_class,
       PROP_SCALE_UNIT,
-      g_param_spec_enum ("scale-unit",
+      g_param_spec_enum ("unit",
           "The scale's unit",
           "The map scale's unit",
           CHAMPLAIN_TYPE_UNIT,



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