Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c5468fb

Browse files
committedOct 1, 2012
Get the window's title in the fake-managed case since we apply app rule matching (Fix bug 5277)
1 parent f041616 commit c5468fb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎openbox/client.c

+6-4
Original file line numberDiff line numberDiff line change
@@ -1224,13 +1224,15 @@ static void client_get_all(ObClient *self, gboolean real)
12241224
from per-app settings */
12251225
client_get_session_ids(self);
12261226

1227-
/* now we got everything that can affect the decorations */
1227+
/* get this early so we have it for debugging, also this can be used
1228+
by app rule matching */
1229+
client_update_title(self);
1230+
1231+
/* now we got everything that can affect the decorations or app rule
1232+
matching */
12281233
if (!real)
12291234
return;
12301235

1231-
/* get this early so we have it for debugging */
1232-
client_update_title(self);
1233-
12341236
/* save the values of the variables used for app rule matching */
12351237
client_save_app_rule_values(self);
12361238

0 commit comments

Comments
 (0)
Please sign in to comment.