summaryrefslogtreecommitdiffstats
path: root/msg_sender/gui.h
diff options
context:
space:
mode:
authorPatrick Hornecker2009-12-21 16:07:36 +0100
committerPatrick Hornecker2009-12-21 16:07:36 +0100
commit3cefadd098bb72a087406ecc09c1c04f1dca0ab5 (patch)
treebbec3ea006ac2abc6bdf52f00ca2b970f27274d9 /msg_sender/gui.h
parentfew changes (diff)
downloadfriendfinder-3cefadd098bb72a087406ecc09c1c04f1dca0ab5.tar.gz
friendfinder-3cefadd098bb72a087406ecc09c1c04f1dca0ab5.tar.xz
friendfinder-3cefadd098bb72a087406ecc09c1c04f1dca0ab5.zip
file locations reorderd, map in gui...build problems on local machine
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