]> err.no Git - libchamplain/commitdiff
Typo in color name
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 9 Feb 2009 17:48:16 +0000 (19:48 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 9 Feb 2009 20:31:14 +0000 (22:31 +0200)
champlain/champlain-marker.c

index ed4c11fbb05ea62c66844c3e6f5170d47aadb597..96d68855d5346e47649bbfaa1734b35d997a0611 100644 (file)
@@ -241,7 +241,7 @@ champlain_marker_new_with_label (const gchar *label,
                                  ClutterColor *marker_color)
 {
   ChamplainMarker *champlainMarker = CHAMPLAIN_MARKER (champlain_marker_new ());
-  ClutterColor default_text_color = { 0x22, 022, 0x22, 0xFF },
+  ClutterColor default_text_color = { 0x22, 0x22, 0x22, 0xFF },
                default_marker_color = { 0x2A, 0xB1, 0x26, 0xEE },
                darker_color;
   ClutterActor *actor, *bg;