X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=2b7bdc7a9671369d996676192ae617bb19821f1b;hb=8ad51aef1e08623fb97437994d75366a3018e493;hp=787ed673739e4a72d75d6d4c3074baf1d3f759d7;hpb=95c58160c16e6d68ede77defebda75ed056623e4;p=chaz%2Fopenbox 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");