summaryrefslogtreecommitdiff
path: root/src/gui/gtk/gui-gtk-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gtk/gui-gtk-main.c')
-rw-r--r--src/gui/gtk/gui-gtk-main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/gtk/gui-gtk-main.c b/src/gui/gtk/gui-gtk-main.c
index b064b3d0b..acffeea95 100644
--- a/src/gui/gtk/gui-gtk-main.c
+++ b/src/gui/gtk/gui-gtk-main.c
@@ -195,8 +195,10 @@ gui_main_init ()
gui_window_set_title (PACKAGE_NAME " " PACKAGE_VERSION);
}
- /* create bar windows for root bars (they were read from config,
- but no window was created (GUI was not initialized) */
+ /*
+ * create bar windows for root bars (they were read from config,
+ * but no window was created (GUI was not initialized)
+ */
for (ptr_bar = gui_bars; ptr_bar; ptr_bar = ptr_bar->next_bar)
{
if ((CONFIG_INTEGER(ptr_bar->options[GUI_BAR_OPTION_TYPE]) == GUI_BAR_TYPE_ROOT)