evas: fix copy and paste mistake.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:22:50 +0000 (16:22 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:22:50 +0000 (16:22 +0200)
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;