From c2534af15ef8e8fb1173d9e7501fe8e505471308 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 19 Jun 2016 22:56:20 -0400 Subject: [PATCH] gtk3-demo: Fix the modelbutton example The color menu buttons didn't have the necessary target property to be successfully activated. --- demos/gtk-demo/modelbutton.ui | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demos/gtk-demo/modelbutton.ui b/demos/gtk-demo/modelbutton.ui index a5a7255a2b..8fbd90c81d 100644 --- a/demos/gtk-demo/modelbutton.ui +++ b/demos/gtk-demo/modelbutton.ui @@ -66,6 +66,7 @@ 1 win.color + 'red' Red 1 @@ -74,6 +75,7 @@ 1 win.color + 'green' Green 1 @@ -82,6 +84,7 @@ 1 win.color + 'blue' Blue 1