+ug-setting-wifidirect-efl (1.1.4) precise; urgency=low
+
+ * fix bug(N_SE-51208: connected notification)
+ * Git: rsa/apps/home/ug-wifi-direct
+ * Tag: libug-setting-wifidirect-efl_1.1.4
+
+ -- Gibyoung Kim <laskgb.kim@samsung.com> Wed, 17 Jul 2013 18:12:15 +0900
+
+ug-setting-wifidirect-efl (1.1.3) precise; urgency=low
+
+ * fix bug(N_SE-45954: PIN string is cut)
+ * Git: rsa/apps/home/ug-wifi-direct
+ * Tag: libug-setting-wifidirect-efl_1.1.3
+
+ -- Gibyoung Kim <laskgb.kim@samsung.com> Wed, 17 Jul 2013 18:12:15 +0900
+
ug-setting-wifidirect-efl (1.1.1) precise; urgency=low
* Black theme applied
return;
}
- noti_err = notification_set_text(ad->noti, NOTIFICATION_TEXT_TYPE_CONTENT,
- "Tap to change settings", NULL, NOTIFICATION_VARIABLE_TYPE_NONE);
- if (noti_err != NOTIFICATION_ERROR_NONE) {
- WDPOP_LOGD( "Fail to notification_set_text. (%d)\n", noti_err);
- return;
- }
-
- bundle *b = NULL;
- b = bundle_create();
- appsvc_set_pkgname(b, PACKAGE);
- appsvc_add_data(b, NOTIFICATION_BUNDLE_PARAM, NOTIFICATION_BUNDLE_VALUE);
-
- int res = NOTIFICATION_ERROR_NONE;
- res = notification_set_execute_option(ad->noti, NOTIFICATION_EXECUTE_TYPE_SINGLE_LAUNCH, /*Button Text*/NULL, NULL, b);
- if (res != NOTIFICATION_ERROR_NONE) {
- WDPOP_LOGD( "Failed to notification_set_execute_option. [%d]", res);
- bundle_free(b);
- return;
- }
- bundle_free(b);
-
- /* set display application list */
- noti_err = notification_set_display_applist(ad->noti, NOTIFICATION_DISPLAY_APP_NOTIFICATION_TRAY);
- if (noti_err != NOTIFICATION_ERROR_NONE) {
- WDPOP_LOGD( "Fail to notification_set_display_applist : %d\n", noti_err);
- return;
- }
-
/* notify the quick panel */
noti_err = notification_insert(ad->noti, NULL);
if (noti_err != NOTIFICATION_ERROR_NONE) {