summaryrefslogtreecommitdiffstats
path: root/msg_sender/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'msg_sender/gui.h')
-rw-r--r--msg_sender/gui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/msg_sender/gui.h b/msg_sender/gui.h
index 8236c73..6c6013f 100644
--- a/msg_sender/gui.h
+++ b/msg_sender/gui.h
@@ -11,7 +11,7 @@ static void on_send_message(void *data, Evas_Object *obj, void *event_info);
static void on_message(void *data, Evas_Object *obj, void *event_info);
static void on_options(void *data, Evas_Object *obj, void *event_info);
static void on_chat(void *data, Evas_Object *obj, void *event_info);
-static void on_history(void *data, Evas_Object *obj, void *event_info);
+static void on_map(void *data, Evas_Object *obj, void *event_info);
//other functions
@@ -22,7 +22,7 @@ char* get_current_time();
void init_options();
void init_window_parts();
void init_toolbar();
-void init_history();
-void init_buttons(Evas_Object *box, Evas_Object *msg);
+void init_map();
+void init_buttons(Evas_Object *box);
void elm_main();
#endif