put the transient's title before the parent's in the focus popup

This commit is contained in:
Dana Jansens 2003-07-10 04:36:42 +00:00
parent 9cc08630ca
commit bd15aab855

View file

@ -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,