[gegl] value-propagate: update ui_meta according to change introduced by...



commit 6d530017b39277411d8714405481378c17495619
Author: Thomas Manni <thomas manni free fr>
Date:   Wed Oct 18 21:59:18 2017 +0200

    value-propagate: update ui_meta according to change introduced by...
    
    ...commit 4d6d813b1c4763eb05e79f7d41f96b5b38fae811

 operations/common-gpl3+/value-propagate.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common-gpl3+/value-propagate.c b/operations/common-gpl3+/value-propagate.c
index 9fd50ca..836d9e0 100644
--- a/operations/common-gpl3+/value-propagate.c
+++ b/operations/common-gpl3+/value-propagate.c
@@ -55,7 +55,7 @@ property_double (rate, _("Propagating rate"), 1.0)
 property_color   (color, _("Color"), "blue")
      description (_("Color to use for the \"Only color\" and \"Color to peaks\" modes"))
      ui_meta     ("role", "color-primary")
-     ui_meta     ("visible", "mode {color_peak, color}")
+     ui_meta     ("visible", "mode {color-peak, color}")
      ui_meta     ("description", "''")
 
 property_boolean (top, _("To top"), TRUE)
@@ -75,7 +75,7 @@ property_boolean (value, _("Propagating value channel"), TRUE)
 
 property_boolean (alpha, _("Propagating alpha channel"), TRUE)
      description (_("Propagating alpha channel"))
-     ui_meta     ("sensitive", "! mode {color_peak}")
+     ui_meta     ("sensitive", "! mode {color-peak}")
 
 #else
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]