summaryrefslogtreecommitdiff
path: root/src/ui/popup-bin/popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/popup-bin/popup.h')
-rw-r--r--src/ui/popup-bin/popup.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/ui/popup-bin/popup.h b/src/ui/popup-bin/popup.h
index 4a5d32a..a9b88b4 100644
--- a/src/ui/popup-bin/popup.h
+++ b/src/ui/popup-bin/popup.h
@@ -24,15 +24,15 @@
#include <cchecker/UIBackend.h>
struct cert_checker_popup_data {
- std::string app_id;
- std::string pkg_id;
- CCHECKER::UI::response_e result;
+ std::string app_id;
+ std::string pkg_id;
+ CCHECKER::UI::response_e result;
- Evas_Object *popup = NULL;
- Evas_Object *win = NULL;
- Evas_Object *box = NULL;
- Evas_Object *title = NULL;
- Evas_Object *content = NULL;
- Evas_Object *keep_button = NULL;
- Evas_Object *uninstall_button = NULL;
+ Evas_Object *popup = NULL;
+ Evas_Object *win = NULL;
+ Evas_Object *box = NULL;
+ Evas_Object *title = NULL;
+ Evas_Object *content = NULL;
+ Evas_Object *keep_button = NULL;
+ Evas_Object *uninstall_button = NULL;
};