Merge pull request #2303 from sigprof/remove-systray_cleanup
Remove systray_cleanup() from drawin_systray_kickout() (#2301)
This commit is contained in:
commit
f1c8743e52
|
@ -156,7 +156,6 @@ drawin_systray_kickout(drawin_t *w)
|
|||
/* Who! Check that we're not deleting a drawin with a systray, because it
|
||||
* may be its parent. If so, we reparent to root before, otherwise it will
|
||||
* hurt very much. */
|
||||
systray_cleanup();
|
||||
xcb_reparent_window(globalconf.connection,
|
||||
globalconf.systray.window,
|
||||
globalconf.screen->root,
|
||||
|
|
Loading…
Reference in New Issue