summaryrefslogtreecommitdiffstats
path: root/src/dropper-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dropper-context.cpp')
-rw-r--r--src/dropper-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dropper-context.cpp b/src/dropper-context.cpp
index 1f10dffa7..7dfe203ba 100644
--- a/src/dropper-context.cpp
+++ b/src/dropper-context.cpp
@@ -166,7 +166,7 @@ guint32 SPDropperContext::get_color() {
(pick == SP_DROPPER_PICK_ACTUAL && setalpha) ? this->alpha : 1.0);
}
-gint SPDropperContext::root_handler(GdkEvent* event) {
+bool SPDropperContext::root_handler(GdkEvent* event) {
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
int ret = FALSE;