put debug back so we can look at what works/fails.

SVN revision: 70577
This commit is contained in:
Carsten Haitzler 2012-05-01 11:53:37 +00:00
parent 09656d8c1b
commit 012a857244
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ e_xkb_update(void)
}
break;
}
printf("SEWT XKB RUN:\ %s\n", eina_strbuf_string_get(buf));
ecore_exe_run(eina_strbuf_string_get(buf), NULL);
eina_strbuf_free(buf);
}