summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2015-04-23 19:06:43 +0900
committerSung-jae Park <nicesj.park@samsung.com>2015-04-23 19:06:43 +0900
commit8554c7e007ef2deadeeb36d29ed23c7e1b0ba0cb (patch)
treeef2a12e5ab883893c2fe3259e726a7089b5a24be /src
parent966ca2df07baf9a1e58962bb6f4bb7483422116c (diff)
downloadwidget-service-8554c7e007ef2deadeeb36d29ed23c7e1b0ba0cb.tar.gz
widget-service-8554c7e007ef2deadeeb36d29ed23c7e1b0ba0cb.tar.bz2
widget-service-8554c7e007ef2deadeeb36d29ed23c7e1b0ba0cb.zip
Replace wmanager.WATCH_CLOCK with wearable_clock
[model] Redwood,Kiran,B3(Wearable) [binary_type] AP [customer] Docomo/Orange/ATT/Open [issue#] N/A [problem] [cause] [solution] [team] HomeTF [request] [horizontal_expansion] Change-Id: I6f4532adaf399ca21e0bffc6bb5876e8357f1cd7
Diffstat (limited to 'src')
-rw-r--r--src/widget_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget_conf.c b/src/widget_conf.c
index 63e518c..86d65e6 100644
--- a/src/widget_conf.c
+++ b/src/widget_conf.c
@@ -74,7 +74,7 @@ static const char *CONF_DEFAULT_EMPTY_CONTENT = "";
static const char *CONF_DEFAULT_EMPTY_TITLE = "";
static const char *CONF_DEFAULT_REPLACE_TAG = "/APPID/";
static const char *CONF_DEFAULT_PROVIDER_METHOD = "pixmap";
-static const char *CONF_DEFAULT_CATEGORY_LIST = "com.samsung.wmanager.WATCH_CLOCK";
+static const char *CONF_DEFAULT_CATEGORY_LIST = "http://tizen.org/category/wearable_clock";
static const char *CONF_DEFAULT_APP_ABI = "app";
static const int CONF_DEFAULT_WIDTH = 0;
static const int CONF_DEFAULT_HEIGHT = 0;