projects
/
platform
/
core
/
api
/
multi-device-group.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f75948a
)
Fixed typo
05/185605/1
author
saerome.kim
<saerome.kim@samsung.com>
Wed, 1 Aug 2018 05:44:44 +0000
(14:44 +0900)
committer
saerome.kim
<saerome.kim@samsung.com>
Wed, 1 Aug 2018 05:44:44 +0000
(14:44 +0900)
mdg-test app. is using the previous name, So we change the name of
mdg-test app.
Change-Id: I0b30cc2994b2e9965d8fb08e05757354db019890
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
test/main.c
[changed mode: 0755->0644]
patch
|
blob
|
history
diff --git
a/test/main.c
b/test/main.c
old mode 100755
(executable)
new mode 100644
(file)
index
b522dcd
..
477af92
--- a/
test/main.c
+++ b/
test/main.c
@@
-99,7
+99,7
@@
static int __init_func(MManager *mm, struct menu_data *menu)
}
static struct menu_data menu_main[] = {
- { "1", "
Comp
-Manager", menu_mdg_manager, NULL, NULL },
+ { "1", "
Mdg
-Manager", menu_mdg_manager, NULL, NULL },
{ NULL, NULL, },
};
@@
-137,7
+137,7
@@
int main(int arg, char **argv)
mainloop = g_main_loop_new(NULL, FALSE);
msg("");
- msg("*
Companion
-Manager Test application ");
+ msg("*
Mdg
-Manager Test application ");
msg("* Build On: %s %s", __DATE__, __TIME__);
if (__create_init_menu(init_menu) == FALSE)