[libchamplain] Use ChamplainGroup instead of CLutterGroup for marker layer
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Use ChamplainGroup instead of CLutterGroup for marker layer
- Date: Thu, 24 Mar 2011 23:13:57 +0000 (UTC)
commit 3fc2941d5beb2948c47a31067fd07e0ae68df40e
Author: JiÅ?Ã Techet <techet gmail com>
Date: Tue Mar 22 01:36:25 2011 +0100
Use ChamplainGroup instead of CLutterGroup for marker layer
champlain/champlain-marker-layer.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/champlain/champlain-marker-layer.c b/champlain/champlain-marker-layer.c
index e83fd52..150988c 100644
--- a/champlain/champlain-marker-layer.c
+++ b/champlain/champlain-marker-layer.c
@@ -60,7 +60,7 @@ struct _ChamplainMarkerLayerPrivate
ChamplainSelectionMode mode;
ChamplainView *view;
- ClutterGroup *content_group;
+ ChamplainGroup *content_group;
};
@@ -291,7 +291,7 @@ champlain_marker_layer_init (ChamplainMarkerLayer *self)
priv->mode = CHAMPLAIN_SELECTION_NONE;
priv->view = NULL;
- priv->content_group = CLUTTER_GROUP (clutter_group_new ());
+ priv->content_group = CHAMPLAIN_GROUP (champlain_group_new ());
clutter_actor_set_parent (CLUTTER_ACTOR (priv->content_group), CLUTTER_ACTOR (self));
clutter_actor_queue_relayout (CLUTTER_ACTOR (self));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]