Remove launch_powerkey_popup() and add signature for powerkey popup 95/182495/3 accepted/tizen/unified/20180626.140828 submit/tizen/20180626.073513
authorlokilee73 <changjoo.lee@samsung.com>
Mon, 25 Jun 2018 11:58:17 +0000 (20:58 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Mon, 25 Jun 2018 12:29:10 +0000 (21:29 +0900)
commit044148ce81cf40bc874554d4ca789cf8efed69cf
tree2bd0184b6aea274e2dfa8ffd858d4afc3f0414a3
parent3967cdc2ad2d981f828f4050886c3bdc84094d86
Remove launch_powerkey_popup() and add signature for powerkey popup

There is no signature for powerkey popup, But actually, an array is made for dbus-send.

array [
   dict entry(
      string "_SYSPOPUP_CONTENT_"
      string "powerkey"
   )

The array is necessary in load_popup_by_type() for popup activation.
So, add signature a{ss} and use launch_popup() instead of launch_powerkey_popup()
for efficiency.

Change-Id: I4a95d5a8b1d054701d8b41ebb38658c6d1317bcc
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/launcher/launcher.c
src/launcher/popup.c