From 11dac04cec07b352a740d151e6bebf08499da66c Mon Sep 17 00:00:00 2001 From: joncruz Date: Thu, 19 Oct 2006 07:10:07 +0000 Subject: [PATCH] Turning on --- src/widgets/toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 17fc0e736..8e03e5021 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -2155,7 +2155,7 @@ static void sp_ddc_defaults(GtkWidget *, GtkWidget *tbl) static GtkWidget * sp_calligraphy_toolbox_new(SPDesktop *desktop) { - if ( prefs_get_int_attribute_limited( "options.stocktoolbars", "value", 0, 0, 1 ) ) { + if ( prefs_get_int_attribute_limited( "options.stocktoolbars", "value", 1, 0, 1 ) ) { GtkWidget *toolBar = 0; GtkWidget* holder = gtk_table_new( 1, 2, FALSE ); -- 2.30.2