[Xfce4-commits] <xfce4-wmdock-plugin:master> Removed the WindowGroupHint check.

Andre Ellguth noreply at xfce.org
Tue Apr 26 21:42:01 CEST 2011


Updating branch refs/heads/master
         to 49f3869c3b29f010f3790fb65b1c5dc466e8d14a (commit)
       from b4d898c8652721769a8a18cff4e1e137f2402ec0 (commit)

commit 49f3869c3b29f010f3790fb65b1c5dc466e8d14a
Author: Andre Ellguth <andre at ellguth.com>
Date:   Tue Apr 26 20:47:23 2011 +0200

    Removed the WindowGroupHint check.

 panel-plugin/wmdock.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/panel-plugin/wmdock.c b/panel-plugin/wmdock.c
index ba545e2..211f313 100644
--- a/panel-plugin/wmdock.c
+++ b/panel-plugin/wmdock.c
@@ -738,13 +738,6 @@ static void wmdock_window_open(WnckScreen *s, WnckWindow *w)
    XUnmapWindow(GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), 
 		wnck_window_get_xid(w));
    dapp->i =h->icon_window;
-   if(h->flags & WindowGroupHint)
-    dapp->i = h->window_group;
-#ifdef DEBUG
-   fprintf(fp, "wmdock: dapp %s has the initial_state WithdrawnState.\n",
-	   wnck_window_get_name(w));
-   fflush(fp);
-#endif
   } else {
    dapp->i = wnck_window_get_xid(w);
   }



More information about the Xfce4-commits mailing list