ui: do not modify callback parameters
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 24 Jun 2012 08:50:16 +0000 (10:50 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 24 Jun 2012 08:50:16 +0000 (10:50 +0200)
commit2757f1c6914e794a09f47c486daf2114d091f181
tree0d34775713b22c4242f569f3ad14879ef67eb120
parent5dfba2f3e748970754f36da3948289cff2bc63d4
ui: do not modify callback parameters

Other registered callbacks might get confused if we change the parameters.
Hence, we use a static copy for further actions.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/ui.c