working on click to focus hangs.. fixed.... i think- test it guys!

SVN revision: 15750
This commit is contained in:
Carsten Haitzler 2005-07-12 15:28:05 +00:00
parent d591d6caf3
commit 2202af8477
3 changed files with 1090 additions and 877 deletions

1963
po/da.po

File diff suppressed because it is too large Load Diff

View File

@ -260,7 +260,6 @@ e_bindings_mouse_up_event_handle(E_Binding_Context ctxt, E_Object *obj, Ecore_X_
return act;
}
/* FIXME: finish off key bindings */
void
e_bindings_key_add(E_Binding_Context ctxt, char *key, E_Binding_Modifier mod, int any_mod, char *action, char *params)
{

View File

@ -3602,7 +3602,8 @@ _e_border_cb_grab_replay(void *data, int type, void *event)
bd = e_border_find_by_window(ev->event_win);
if (bd)
{
if (bd->cur_mouse_action) return 0;
if (bd->cur_mouse_action)
return 0;
if (ev->event_win == bd->win)
{
if (!e_bindings_mouse_down_find(E_BINDING_CONTEXT_BORDER,