Fix AccountHandler 34/57234/2
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 18 Jan 2016 08:41:28 +0000 (09:41 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Mon, 18 Jan 2016 10:05:35 +0000 (02:05 -0800)
Change-Id: I995583431bbd4d382e1021fd4aa7796e1e87949a

src/manifest_handlers/account_handler.cc

index 1e5c0b910b50baec05b976a4150d9ee9455ae9fa..22159f4b0c961a4ec243769f013c70d3559e1d4d 100644 (file)
@@ -11,7 +11,7 @@
 namespace {
 
 const char kTizenNamespacePrefix[] = "http://tizen.org/ns/widgets";
-const char kAccountKey[] = "manifest.account";
+const char kAccountKey[] = "widget.account";
 
 const char kSectionIconAccount[] = "Account";
 const char kSectionIconAccountSmall[] = "AccountSmall";