Use SetInt to set the Keymapping version, instead of Set.

svn-id: r22073
This commit is contained in:
Lars Persson 2006-04-21 20:51:29 +00:00
parent fb905751c7
commit 7b80324c6d

View File

@ -128,7 +128,7 @@ bool Actions::saveMapping() {
char tempo[200];
int i;
tempo[0] = '\0';
ConfMan.set("action_mapping_version", version(), domain());
ConfMan.setInt("action_mapping_version", version(), domain());
for (i=0; i<size(); i++) {
char x[10];
sprintf(x, "%.4x ", _action_mapping[i]);