Report the correction of the reload event that had been made for the

uicb_reload function
This commit is contained in:
Raphael Khaiat 2011-01-12 15:43:01 +01:00
parent 8ea76e1167
commit 3abfe9d7bb

View File

@ -689,7 +689,7 @@ getevent(XEvent ev)
/* Reload WMFS to update the screen(s) geometry changement */
quit();
for(; argv_global[0] && argv_global[0] == ' '; ++argv_global);
execlp(argv_global, argv_global, NULL);
execvp(argv_global, all_argv);
}
#endif /* HAVE_XRANDR */
break;