diff options
author | Radoslaw Czerski <r.czerski@samsung.com> | 2016-09-05 17:27:45 +0200 |
---|---|---|
committer | Radoslaw Czerski <r.czerski@samsung.com> | 2016-09-05 17:27:45 +0200 |
commit | 931b7b6cc5a729f7bd9edb58c341983933649e82 (patch) | |
tree | 392bb6575c48f98a2c37a30f3ef4ac9de18f5c6f | |
parent | 34598d26b6e7a9437fd30e0c1a000a9ad77c1f60 (diff) | |
download | share-panel-931b7b6cc5a729f7bd9edb58c341983933649e82.tar.gz share-panel-931b7b6cc5a729f7bd9edb58c341983933649e82.tar.bz2 share-panel-931b7b6cc5a729f7bd9edb58c341983933649e82.zip |
Allow share via caller app.submit/tizen_3.0/20161028.092323submit/tizen_3.0/20161028.062323submit/tizen_3.0/20161018.001020submit/tizen/20160906.071914
Change-Id: I02d602695d50e693e2fceb365dc6db06223fc6d6
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
-rw-r--r-- | src/list.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -36,11 +36,7 @@ static bool __app_control_matched_cb(app_control_h service, const char *appid, v app_control_get_caller(service, &caller); - _D("matched app : [%s]", appid); - if (caller && !strcmp(appid, caller)) { - _D("caller and callee is same"); - return true; - } + _D("matched app: [%s]", appid); tmp = strdup(appid); retv_if(!tmp, false); |