*fix* issue 313 (pcmanfm sets _XROOTMAP_ID instead of _XROOTPMAP_ID)

git-svn-id: http://tint2.googlecode.com/svn/trunk@614 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-12-11 09:15:14 +00:00
parent 0ef56da453
commit 07f48183d7
3 changed files with 8 additions and 5 deletions

View File

@@ -584,7 +584,7 @@ void event_property_notify (XEvent *e)
active_task();
panel_refresh = 1;
}
else if (at == server.atom._XROOTPMAP_ID) {
else if (at == server.atom._XROOTPMAP_ID || at == server.atom._XROOTMAP_ID) {
// change Wallpaper
for (i=0 ; i < nb_panel ; i++) {
set_panel_background(&panel1[i]);