THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#503 - awesome "steals" gnome systray even when its systray is disabled User who did this - Uli Schlachter (psychon) ---------- + screen_t screen = globalconf.screens.tab[phys_screen]; Doesn't that copy the screen_t? That would mean that all changes that are made to it will be lost. Also, didn't you mean to move "screen.systray.registered = true;" into systray_register()? (I would also move the check of 'if(!screen.systray.registered = true)' into systray_register()) Also, is systray_init() still needed? I think creating the window can be moved into systray_register(). ---------- More information can be found at the following URL: http://awesome.naquadah.org/bugs/index.php?do=details&task_id=503#comment1983 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. -- To unsubscribe, send mail to [email protected].
