diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-10-19 07:10:07 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-10-19 07:10:07 +0000 |
| commit | 3bfb764d5929902557278b8fa1ce52bbb5e8b921 (patch) | |
| tree | c64141855904130b8c3cbc93a85af204f0ef0102 /src/widgets/toolbox.cpp | |
| parent | Adding custom action to work with spinbuttons in toolbars (diff) | |
| download | inkscape-3bfb764d5929902557278b8fa1ce52bbb5e8b921.tar.gz inkscape-3bfb764d5929902557278b8fa1ce52bbb5e8b921.zip | |
Turning on
(bzr r1810)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |
