all repos — openbox @ cabcea2002f682f2f11bbbd936d55fc5e4fe6ba0

openbox fork - make it a bit more like ryudo

okay, so maybe i should try compiling things. lets see if i can get away with not testing it
Mikael Magnusson mikachu@comhem.se
commit

cabcea2002f682f2f11bbbd936d55fc5e4fe6ba0

parent

89f223e2533761b68bb3ba473c92f37466387c8a

1 files changed, 4 insertions(+), 3 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -1450,9 +1450,10 @@ if (!PROP_GETS(self->window, net_wm_name, utf8, &data))

/* try old x stuff */ if (!PROP_GETS(self->window, wm_name, locale, &data)) // http://developer.gnome.org/projects/gup/hig/draft_hig_new/windows-alert.html - if (self->transient) - data = g_strdup(""), goto no_number; - else + if (self->transient) { + data = g_strdup(""); + goto no_number; + } else data = g_strdup("Unnamed Window"); /* did the title change? then reset the title_count */