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:
c0937f6
)
nothing to see here, move along
author
Mikael Magnusson
<mikachu@comhem.se>
Tue, 30 Mar 2004 22:24:15 +0000
(22:24 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Tue, 30 Mar 2004 22:24:15 +0000
(22:24 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 12bfb6a693d6c4b308fe2cd3042119c5523a78d4..983e3afd8ac1ca840e86094072627ff2c688345f 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-1451,7
+1451,7
@@
void client_update_title(ObClient *self)
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 =
'\0'
;
+ data =
g_strdup("")
;
else
data = g_strdup("Unnamed Window");