Change to use notification API 81/40781/2 accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150615.091830 accepted/tizen/common/20150612.065902 accepted/tizen/mobile/20150615.071215 accepted/tizen/tv/20150615.071240 accepted/tizen/wearable/20150617.012829 submit/tizen/20150609.050941 submit/tizen/20150609.074149 submit/tizen/20150611.063059 submit/tizen_3.0.2015.q2_common/20150615.075539 submit/tizen_mobile/20150612.084020 submit/tizen_tv/20150612.084103 submit/tizen_wearable/20150616.000000 submit/tizen_wearble/20150612.084038
authorhyunuktak <hyunuk.tak@samsung.com>
Tue, 9 Jun 2015 04:56:55 +0000 (13:56 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Tue, 9 Jun 2015 05:01:10 +0000 (14:01 +0900)
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: If999b8d1cf5066dab08464f76f3547bcc3b757be

packaging/org.tizen.net-popup.spec
src/net-popup.c

index 882a5d4..2109750 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:       org.tizen.net-popup
 Summary:    Network Notification Popup application
-Version:    0.2.1_17
+Version:    0.2.1_18
 Release:    0
 Group:      App/Network
 License:    Apache-2.0
index 6cf23ee..3f79e07 100644 (file)
 */
 
 #include <stdio.h>
-#include <appcore-efl.h>
 #include <syspopup.h>
 #include <glib.h>
 #include <status.h>
 #include <notification.h>
+#include <notification_internal.h>
+#include <notification_text_domain.h>
+#include <appcore-efl.h>
 #include <appsvc.h>
 
 #include "net-popup.h"