From 8f08a6abd400a84ad9461b4517aefb1507d229ed Mon Sep 17 00:00:00 2001 From: John Smith Date: Wed, 5 Sep 2012 13:00:15 +0900 Subject: Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time only pick (bzr r11652) --- src/event-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/event-context.cpp') diff --git a/src/event-context.cpp b/src/event-context.cpp index bb3619877..7a1710804 100644 --- a/src/event-context.cpp +++ b/src/event-context.cpp @@ -314,7 +314,7 @@ static void sp_toggle_selector(SPDesktop *dt) { * Toggles current tool between active tool and dropper tool. * Subroutine of sp_event_context_private_root_handler(). */ -static void sp_toggle_dropper(SPDesktop *dt) { +void sp_toggle_dropper(SPDesktop *dt) { if (!dt->event_context) return; -- cgit v1.2.3