|
From: <gi...@gp...> - 2010-03-21 04:25:50
|
The branch, master has been updated
via 2a406dec9df0eecf9923a19971363fa39b481e04 (commit)
from 607c3056963b68654bac3fae70ac3d02eee60eaf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
src/hid/lesstif/menu.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 2a406dec9df0eecf9923a19971363fa39b481e04
Author: DJ Delorie <dj...@de...>
Commit: DJ Delorie <dj...@de...>
Fix Typo
:100644 100644 9869483... 44edaba... M src/hid/lesstif/menu.c
=========
Changes
=========
commit 2a406dec9df0eecf9923a19971363fa39b481e04
Author: DJ Delorie <dj...@de...>
Commit: DJ Delorie <dj...@de...>
Fix Typo
diff --git a/src/hid/lesstif/menu.c b/src/hid/lesstif/menu.c
index 9869483..44edaba 100644
--- a/src/hid/lesstif/menu.c
+++ b/src/hid/lesstif/menu.c
@@ -853,7 +853,7 @@ lesstif_call_action (const char *aname, int argc, char **argv)
old_action = current_action;
current_action = a;
- ret = current_action->trigger_cb (argc, argv, x, y);
+ ret = current_action->trigger_cb (argc, argv, px, py);
current_action = old_action;
return ret;
|