From 3bfb764d5929902557278b8fa1ce52bbb5e8b921 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Thu, 19 Oct 2006 07:10:07 +0000 Subject: Turning on (bzr r1810) --- src/widgets/toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/toolbox.cpp') 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 ); -- cgit v1.2.3