From: Dana Jansens Date: Mon, 1 Oct 2012 03:24:45 +0000 (-0400) Subject: Get the window's title in the fake-managed case since we apply app rule matching... X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=62fd771d2f260992d35fb0c24d1e1009ff1cdc0d Get the window's title in the fake-managed case since we apply app rule matching (Fix bug 5277) --- diff --git a/openbox/client.c b/openbox/client.c index cd93ba59..9e25135c 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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);