summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a538d96)
raw | patch | inline | side by side (parent: a538d96)
author | joncruz <joncruz@users.sourceforge.net> | |
Thu, 19 Oct 2006 07:10:07 +0000 (07:10 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Thu, 19 Oct 2006 07:10:07 +0000 (07:10 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index 17fc0e73693d77277df99b178973ed3a8668ffeb..8e03e50219023cec27b02058c9e559cf19698189 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
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 );