projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89f223e
)
okay, so maybe i should try compiling things. lets see if i can get away with not...
author
Mikael Magnusson
<mikachu@comhem.se>
Wed, 31 Mar 2004 07:40:06 +0000
(07:40 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Wed, 31 Mar 2004 07:40:06 +0000
(07:40 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 7f837e0612b954abaee39bf01644ccf3adfb4aeb..a9a99ceef0caaeda7fa4418c83c591dc4bc4ee9a 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-1450,9
+1450,10
@@
void client_update_title(ObClient *self)
/* 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 */