Enlightenment CVS committal Author : sndev Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_actions.c Log Message: * fixing parameters of the "Maximize Vertical" and "Maximize Horizontal" actions wrt the last raster commits. Users: have to redefine those actions. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_actions.c,v retrieving revision 1.64 retrieving revision 1.65 diff -u -3 -r1.64 -r1.65 --- e_actions.c 8 Jun 2006 07:28:11 -0000 1.64 +++ e_actions.c 8 Jun 2006 09:29:53 -0000 1.65 @@ -1550,10 +1550,10 @@ e_register_action_predef_name(_("Window : State"), _("Maximize"), "window_maximized_toggle", NULL, EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS, 0); e_register_action_predef_name(_("Window : State"), _("Maximize Vertically"), - "window_maximized_toggle", "vertical", + "window_maximized_toggle", "default vertical", EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS, 0); e_register_action_predef_name(_("Window : State"), _("Maximize Horizontally"), - "window_maximized_toggle", "horizontal", + "window_maximized_toggle", "default horizontal", EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS, 0); e_register_action_predef_name(_("Window : State"), _("Maximize Fullscreen"), "window_maximized_toggle", "fullscreen", _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs