Code

Adding climb and digits properties, key processing and focus handling
[inkscape.git] / src / widgets / button.cpp
index e9f44a5d838702ec56f86981fb7169cd8bcbbaf0..f9e854302424db73802be485664a39a258f6c1b7 100644 (file)
@@ -204,7 +204,7 @@ sp_button_new( Inkscape::IconSize size, SPButtonType type, SPAction *action, SPA
 }
 
 void
-sp_button_toggle_set_down (SPButton *button, bool down)
+sp_button_toggle_set_down (SPButton *button, gboolean down)
 {
        g_return_if_fail (button->type == SP_BUTTON_TYPE_TOGGLE);
        g_signal_handlers_block_by_func (G_OBJECT (button), (gpointer)G_CALLBACK (sp_button_perform_action), NULL);