evas: fix copy and paste mistake. 98/43198/1
authorCedric BAIL <cedric@osg.samsung.com>
Wed, 28 Jan 2015 14:22:02 +0000 (15:22 +0100)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Wed, 8 Jul 2015 02:02:43 +0000 (11:02 +0900)
Change-Id: I59fae97bec2c3eca1a5fe0e223b391f580460227

src/lib/evas/canvas/evas_object_vg.c

index de79791..ccf406a 100644 (file)
@@ -5,9 +5,8 @@
 
 #define MY_CLASS EVAS_VG_CLASS
 
-
 /* private magic number for rectangle objects */
-static const char o_type[] = "rectangle";
+static const char o_type[] = "vectors";
 
 const char *o_vg_type = o_type;