]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
allow restacking of transients above one another
[chaz/openbox] / openbox / focus.c
index b8477bcb148c2cb4297baa3524c1381c67016b1c..8b7eb29a20ca283b9cf9750b8297df806ab07dc5 100644 (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,
This page took 0.025409 seconds and 4 git commands to generate.