summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f8beeeb)
raw | patch | inline | side by side (parent: f8beeeb)
author | johncoswell <johncoswell@users.sourceforge.net> | |
Wed, 28 Feb 2007 04:53:56 +0000 (04:53 +0000) | ||
committer | johncoswell <johncoswell@users.sourceforge.net> | |
Wed, 28 Feb 2007 04:53:56 +0000 (04:53 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index 049c7f8385e066696f33e087c53d3998edba740d..70f70efad94ec7f82b231b11d14cb5b2df5de809 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
static void paintbucket_tolerance_changed(GtkAdjustment *adj, GtkWidget *tbl)
{
+ prefs_set_int_attribute("tools.paintbucket", "tolerance", (gint)adj->value);
spinbutton_defocus(GTK_OBJECT(tbl));
}