]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
80 cols everywhere
[chaz/openbox] / openbox / client.c
index 787ed673739e4a72d75d6d4c3074baf1d3f759d7..2b7bdc7a9671369d996676192ae617bb19821f1b 100644 (file)
@@ -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");
This page took 0.021566 seconds and 4 git commands to generate.