From: Dana Jansens Date: Thu, 10 Jul 2003 04:36:42 +0000 (+0000) Subject: put the transient's title before the parent's in the focus popup X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=bd15aab855a6c62afb7e4b1648714e13d22520ec;p=chaz%2Fopenbox put the transient's title before the parent's in the focus popup --- diff --git a/openbox/focus.c b/openbox/focus.c index b8477bcb..8b7eb29a 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -268,9 +268,9 @@ static void popup_cycle(Client *c, gboolean show) if (p == c) title = NULL; else - title = g_strconcat((p->iconic ? p->icon_title : p->title), + title = g_strconcat((c->iconic ? c->icon_title : c->title), " - ", - (c->iconic ? c->icon_title : c->title), + (p->iconic ? p->icon_title : p->title), NULL); popup_show(focus_cycle_popup,