THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#434 - Gkrellm Configure dialog is inaccessable
User who did this - Dale P. Smith (dsmith)

----------
More detailed explanation of what is going on.

The problem is that the configure window is never assigned to any tags.  This 
is because group is !0.  The call to client_duplicate_tags() ends up doing 
nothing because group (the gkrellm window) is sticky and has no tags.  So the 
same no tags are assigned to the configure window.  oops.

My patch above only assigns the window to the group tags if the group window is 
not sticky.  That fixes this case for me, but what if there is some other case 
where group is !0 and the group window has no tags? The code should probably be 
something more like

 if (group && !client_has_one_or_more_tags(group))



----------

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=434#comment1062

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].

Reply via email to