]> Dogcows Code - chaz/openbox/commitdiff
Get the window's title in the fake-managed case since we apply app rule matching...
authorDana Jansens <danakj@orodu.net>
Mon, 1 Oct 2012 03:24:45 +0000 (23:24 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 7 Oct 2012 01:56:57 +0000 (21:56 -0400)
openbox/client.c

index cd93ba590111a56a32ea5de9e5ed423b97f8d9a2..9e25135cf76be966f376d35a740b63ea5a6e84e6 100644 (file)
@@ -1224,13 +1224,15 @@ static void client_get_all(ObClient *self, gboolean real)
        from per-app settings */
     client_get_session_ids(self);
 
-    /* now we got everything that can affect the decorations */
+    /* get this early so we have it for debugging, also this can be used
+     by app rule matching */
+    client_update_title(self);
+
+    /* now we got everything that can affect the decorations or app rule
+       matching */
     if (!real)
         return;
 
-    /* get this early so we have it for debugging */
-    client_update_title(self);
-
     /* save the values of the variables used for app rule matching */
     client_save_app_rule_values(self);
 
This page took 0.027839 seconds and 4 git commands to generate.