Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_actions.c Log Message: Correct callbacks for exit dialog. (From ilLogict). =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_actions.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -3 -r1.36 -r1.37 --- e_actions.c 29 Sep 2005 15:26:34 -0000 1.36 +++ e_actions.c 5 Oct 2005 16:42:39 -0000 1.37 @@ -1198,8 +1198,9 @@ )); e_dialog_icon_set(exit_dialog, "enlightenment/exit", 64); e_dialog_button_add(exit_dialog, _("Yes"), NULL, - _e_actions_cb_exit_dialog_ok, _e_actions_cb_exit_dialog_cancel); - e_dialog_button_add(exit_dialog, _("No"), NULL, NULL, NULL); + _e_actions_cb_exit_dialog_ok, NULL); + e_dialog_button_add(exit_dialog, _("No"), NULL, + _e_actions_cb_exit_dialog_cancel, NULL); e_dialog_button_focus_num(exit_dialog, 1); e_win_centered_set(exit_dialog->win, 1); e_dialog_show(exit_dialog); ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs