CVS commit by ralsina: Don't show a toolbar until it works. M +4 -3 g_kde.cpp 1.34 --- kfte/src/g_kde.cpp #1.33:1.34 @@ -1,5 +1,6 @@ -/* g_motif.cpp +/* g_kde.cpp * * Copyright (c) 1994-1996, Marko Macek + * 1999-2003, Roberto Alsina * * You may distribute under the terms of either the GNU General Public @@ -8,5 +9,5 @@ */ - #include +#include #include "sysdep.h" @@ -112,5 +113,5 @@ int ShowVScroll = 1; int ShowHScroll = 0; int ShowMenuBar = 1; -int ShowToolBar = 1; +int ShowToolBar = 0; static GView *MouseCapture = 0;