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)

----------
Ok, this fixes it for me.  No idea how this affects other clients.

diff --git a/client.c b/client.c
index 4d3f5c9..8722eae 100644
--- a/client.c
+++ b/client.c
@@ -562,7 +562,7 @@ client_manage(xcb_window_t w, xcb_get_geometry_reply_t 
*wgeom, int phys_screen,
    {
        if(c->transient_for)
            client_duplicate_tags(tc, c);
-        else if (group)
+        else if (group && !group->issticky)
            client_duplicate_tags(group, c);
        else
        {

----------

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

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