From 0c417dfc3013bea609507f15352699afd59d0969 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 30 Aug 2014 10:33:28 -0400 Subject: [PATCH] inspector: Prevent looping when picking widgets What was happening that the button press event that we use to select a widget caused another clicked signal emission of the inspect button, starting another pick action. --- gtk/inspector/inspect-button.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/inspector/inspect-button.c b/gtk/inspector/inspect-button.c index ad95480a95..ce89bfe100 100644 --- a/gtk/inspector/inspect-button.c +++ b/gtk/inspector/inspect-button.c @@ -301,7 +301,7 @@ property_query_event (GtkWidget *widget, } } - return FALSE; + return TRUE; } void