[libchamplain] Add missing initialization of members of ChamplainMarker
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Add missing initialization of members of ChamplainMarker
- Date: Sun, 23 May 2010 17:40:29 +0000 (UTC)
commit 235a371354dc5f781b34e7344f98e171946c2548
Author: JiÅ?Ã Techet <techet gmail com>
Date: Sun May 23 19:09:54 2010 +0200
Add missing initialization of members of ChamplainMarker
Signed-off-by: JiÅ?Ã Techet <techet gmail com>
champlain/champlain-marker.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/champlain/champlain-marker.c b/champlain/champlain-marker.c
index 4854853..7c0c7fb 100644
--- a/champlain/champlain-marker.c
+++ b/champlain/champlain-marker.c
@@ -822,6 +822,8 @@ champlain_marker_init (ChamplainMarker *marker)
priv->ellipsize = PANGO_ELLIPSIZE_NONE;
priv->draw_background = TRUE;
priv->redraw_id = 0;
+ priv->shadow = NULL;
+ priv->text_actor = NULL;
g_signal_connect (marker, "notify::highlighted", G_CALLBACK (notify_highlighted), NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]