mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
12 lines
376 B
C
12 lines
376 B
C
--- ./src/filemanager/layout.c.orig 2012-12-28 11:47:48.000000000 +0300
|
|
+++ ./src/filemanager/layout.c 2015-10-12 23:30:05.540909000 +0200
|
|
@@ -89,7 +89,7 @@
|
|
gboolean command_prompt = TRUE;
|
|
|
|
/* Set if the main menu is visible */
|
|
-int menubar_visible = 1;
|
|
+int menubar_visible = 0;
|
|
|
|
/* Set to show current working dir in xterm window title */
|
|
gboolean xterm_title = TRUE;
|