Enlightenment CVS committal Author : sndev Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_desklock.c e_int_config_keybindings.c Log Message: some russian translation. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_desklock.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- e_desklock.c 4 Mar 2006 12:38:18 -0000 1.9 +++ e_desklock.c 16 Mar 2006 12:53:40 -0000 1.10 @@ -305,7 +305,10 @@ else if (!strcmp(ev->keysymbol, "KP_Enter")) { // here we have to go to auth - if (!strcmp(edd->passwd, e_config->desklock_personal_passwd)) + if ((e_config->desklock_personal_passwd) && + (!strcmp(edd->passwd == NULL ? "" : edd->passwd, + e_config->desklock_personal_passwd == NULL ? "" : + e_config->desklock_personal_passwd))) { e_desklock_hide(); return 1; @@ -320,7 +323,9 @@ { // here we have to go to auth if ((e_config->desklock_personal_passwd) && - (!strcmp(edd->passwd, e_config->desklock_personal_passwd))) + (!strcmp(edd->passwd == NULL ? "" : edd->passwd, + e_config->desklock_personal_passwd == NULL ? "" : + e_config->desklock_personal_passwd))) { e_desklock_hide(); return 1; =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_config_keybindings.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- e_int_config_keybindings.c 11 Mar 2006 04:23:04 -0000 1.11 +++ e_int_config_keybindings.c 16 Mar 2006 12:53:40 -0000 1.12 @@ -97,8 +97,8 @@ EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, {"Switch To Right Desktop", "desk_linear_flip_by", "1", _DEFAULT_ACTION, EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, - {"Flip Desktop Linearly", "desk_linear_flip_by", NULL, _NONDEFAULT_ACTION, EDIT_RESTRICT_ACTION }, - + {"Flip Desktop Linearly...", "desk_linear_flip_by", NULL, _NONDEFAULT_ACTION, + EDIT_RESTRICT_ACTION }, {"Switch To Desktop 0", "desk_linear_flip_to", "0", _DEFAULT_ACTION, EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, {"Switch To Desktop 1", "desk_linear_flip_to", "1", _DEFAULT_ACTION, @@ -123,11 +123,13 @@ EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, {"Switch To Desktop 11", "desk_linear_flip_to", "11", _DEFAULT_ACTION, EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, - {"Switch To Desktop", "desk_linear_flip_to", NULL, _NONDEFAULT_ACTION, EDIT_RESTRICT_ACTION }, + {"Switch To Desktop...", "desk_linear_flip_to", NULL, _NONDEFAULT_ACTION, EDIT_RESTRICT_ACTION }, {"Run Command", "exebuf", NULL, _DEFAULT_ACTION, EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, - {"Exit \'E\'", "exit", NULL, _DEFAULT_ACTION, EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, - {"Restart \'E\'", "restart", NULL, _DEFAULT_ACTION, EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, + {"Exit Enlightenment", "exit", NULL, + _DEFAULT_ACTION, EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, + {"Restart Enlightenment", "restart", NULL, + _DEFAULT_ACTION, EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, {"Show Main Menu", "menu_show", "main", _DEFAULT_ACTION, EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, @@ -135,7 +137,7 @@ EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, {"Show Clients Menu", "menu_show", "clients", _DEFAULT_ACTION, EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, - {"Menu Show", "menu_show", NULL, _NONDEFAULT_ACTION, EDIT_RESTRICT_ACTION }, + {"Show Menu...", "menu_show", NULL, _NONDEFAULT_ACTION, EDIT_RESTRICT_ACTION }, {"Desktop Lock", "desk_lock", NULL, _DEFAULT_ACTION, EDIT_RESTRICT_ACTION | EDIT_RESTRICT_PARAMS }, ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs