Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_ipc_handlers.h Log Message: BUG! =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc_handlers.h,v retrieving revision 1.75 retrieving revision 1.76 diff -u -3 -r1.75 -r1.76 --- e_ipc_handlers.h 22 Sep 2005 20:20:33 -0000 1.75 +++ e_ipc_handlers.h 22 Sep 2005 22:36:33 -0000 1.76 @@ -253,7 +253,7 @@ case HDL: { void *data; int bytes; \ #define REQ_3INT_4STRING_END(__val1, __val2, __val3, __str1, __str2, __str3, __str4, HDL) \ - data = e_ipc_codec_3int_4str_enc(__val1, __val2, __val3, __str1, __str1, __str3, __str4, &bytes); \ + data = e_ipc_codec_3int_4str_enc(__val1, __val2, __val3, __str1, __str2, __str3, __str4, &bytes); \ if (data) { \ ecore_ipc_server_send(e->server, E_IPC_DOMAIN_REQUEST, HDL, 0, 0, 0, data, bytes); \ free(data); \ @@ -5435,7 +5435,7 @@ else if (!strncmp(pp, "WIN|", 4)) eb.modifiers |= E_BINDING_MODIFIER_WIN; else if (strlen(pp) > 0) { - printf("OPT3 moidifier unknown. Must be or mask of:\n" + printf("OPT4 moidifier unknown. Must be or mask of:\n" " SHIFT CTRL ALT WIN (eg SHIFT|CTRL or ALT|SHIFT|CTRL or ALT or just NONE)\n"); exit(-1); } @@ -5450,7 +5450,7 @@ else if (!strcmp(pp, "NONE")) eb.modifiers = E_BINDING_MODIFIER_NONE; else if (strlen(pp) > 0) { - printf("OPT3 moidifier unknown. Must be or mask of:\n" + printf("OPT4 moidifier unknown. Must be or mask of:\n" " SHIFT CTRL ALT WIN (eg SHIFT|CTRL or ALT|SHIFT|CTRL or ALT or just NONE)\n"); exit(-1); } @@ -5476,6 +5476,8 @@ bind.params = v->str4; eb = e_config_binding_signal_match(&bind); + printf("add: %p\n", eb); + printf("param: %d %s %s %d %d %s %s\n", bind.context, bind.signal, bind.source, bind.modifiers, bind.any_mod, bind.action, bind.params); if (!eb) { eb = E_NEW(E_Config_Binding_Signal, 1); @@ -5583,6 +5585,8 @@ bind.params = v->str4; eb = e_config_binding_signal_match(&bind); + printf("del: %p\n", eb); + printf("param: %d %s %s %d %d %s %s\n", bind.context, bind.signal, bind.source, bind.modifiers, bind.any_mod, bind.action, bind.params); if (eb) { e_config->signal_bindings = evas_list_remove(e_config->signal_bindings, eb); @@ -5761,7 +5765,7 @@ else if (!strncmp(pp, "WIN|", 4)) eb.modifiers |= E_BINDING_MODIFIER_WIN; else if (strlen(pp) > 0) { - printf("OPT3 moidifier unknown. Must be or mask of:\n" + printf("OPT4 moidifier unknown. Must be or mask of:\n" " SHIFT CTRL ALT WIN (eg SHIFT|CTRL or ALT|SHIFT|CTRL or ALT or just NONE)\n"); exit(-1); } @@ -5776,7 +5780,7 @@ else if (!strcmp(pp, "NONE")) eb.modifiers = E_BINDING_MODIFIER_NONE; else if (strlen(pp) > 0) { - printf("OPT3 moidifier unknown. Must be or mask of:\n" + printf("OPT4 moidifier unknown. Must be or mask of:\n" " SHIFT CTRL ALT WIN (eg SHIFT|CTRL or ALT|SHIFT|CTRL or ALT or just NONE)\n"); exit(-1); } ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs