diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-07-14 15:22:35 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-07-14 15:22:35 +0200 |
| commit | 8ad51aef1e08623fb97437994d75366a3018e493 (patch) | |
| tree | 31a3d2f3b72b3279a1178ed419604c22e0bcdc52 /openbox/client.c | |
| parent | 95c58160c16e6d68ede77defebda75ed056623e4 (diff) | |
80 cols everywhere
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openbox/client.c b/openbox/client.c index 787ed673..2b7bdc7a 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1884,10 +1884,10 @@ void client_update_title(ObClient *self) if (!(PROP_GETS(self->window, wm_name, locale, &data) || PROP_GETS(self->window, wm_name, utf8, &data))) { if (self->transient) { - /* - GNOME alert windows are not given titles: - http://developer.gnome.org/projects/gup/hig/draft_hig_new/windows-alert.html - */ + /* + GNOME alert windows are not given titles: + http://developer.gnome.org/projects/gup/hig/draft_hig_new/windows-alert.html + */ data = g_strdup(""); } else data = g_strdup("Unnamed Window"); |
