tizen_vector: update the progress signature name. 14/43114/1
authorChunEon Park <chuneon.park@samsung.com>
Tue, 2 Jun 2015 13:20:00 +0000 (22:20 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Wed, 8 Jul 2015 01:19:07 +0000 (10:19 +0900)
Change-Id: I398313366a3da295be86164f67db5d092261879c

src/lib/tizen_vector.c

index fd70d7d..77fe86a 100644 (file)
@@ -1570,8 +1570,7 @@ tizen_vg_progressbar_set(Elm_Progressbar *obj)
      }
 
 
-   if (!strcmp(str, "default") ||
-       !strcmp(str, "custom"))
+   if (!strcmp(str, "list_progress"))
      {
         _progressbar_normal_style(vd);
         return;