Code

Hold perspectives on document level rather than globally; this corrects the changes...
[inkscape.git] / src / widgets / button.h
index 0d715053dd39feb472f8b9a93540add41b602048..f14af94d14fca46e5d0b51b8e526668ccd6c67a7 100644 (file)
@@ -53,7 +53,7 @@ GType sp_button_get_type (void);
 
 GtkWidget *sp_button_new (Inkscape::IconSize size, SPButtonType type, SPAction *action, SPAction *doubleclick_action, GtkTooltips *tooltips);
 
-void sp_button_toggle_set_down (SPButton *button, bool down);
+void sp_button_toggle_set_down (SPButton *button, gboolean down);
 
 GtkWidget *sp_button_new_from_data (Inkscape::IconSize size,
                                    SPButtonType type,