*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:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user