Enlightenment CVS committal
Author : dj2
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/modal
Modified Files:
ewl_modal_test.c
Log Message:
- tabs are a tricky beast. looks like I missed some.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/modal/ewl_modal_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_modal_test.c 6 May 2008 20:18:55 -0000 1.2
+++ ewl_modal_test.c 7 May 2008 13:38:18 -0000 1.3
@@ -51,7 +51,7 @@
win = ewl_window_new();
ewl_window_title_set(EWL_WINDOW(win), "MODAL");
ewl_callback_append(win, EWL_CALLBACK_DELETE_WINDOW,
- ewl_widget_cb_close_click, NULL);
+ ewl_widget_cb_close_click, NULL);
ewl_widget_show(win);
vbox = ewl_vbox_new();
@@ -61,21 +61,21 @@
o = ewl_button_new();
ewl_button_label_set(EWL_BUTTON(o), "Go modal");
ewl_callback_append(o, EWL_CALLBACK_CLICKED,
- ewl_widget_cb_go_modal, emb);
+ ewl_widget_cb_go_modal, emb);
ewl_container_child_append(EWL_CONTAINER(vbox), o);
ewl_widget_show(o);
o = ewl_button_new();
ewl_button_label_set(EWL_BUTTON(o), "Close");
ewl_callback_append(o, EWL_CALLBACK_CLICKED,
- ewl_widget_cb_close_click, NULL);
+ ewl_widget_cb_close_click, NULL);
ewl_container_child_append(EWL_CONTAINER(vbox), o);
ewl_widget_show(o);
}
static void
ewl_widget_cb_close_click(Ewl_Widget *w, void *ev __UNUSED__,
- void *data __UNUSED__)
+ void *data __UNUSED__)
{
Ewl_Embed *emb;
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs