diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-03-30 22:24:15 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-03-30 22:24:15 +0000 |
| commit | a70e22c557cb0aebbb39100681b2772b731947de (patch) | |
| tree | cae345b6d8c21bc2a8d2431d66aeab91a8591f83 /openbox/client.c | |
| parent | c0937f68012598554bcaeb10f013fcdcff762582 (diff) | |
nothing to see here, move along
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 12bfb6a6..983e3afd 100644 --- 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"); |
