[gegl] gegl:gegl do not show a false rror by default



commit 99982838663e91aab4fb4acadb28a543f4bad901
Author: Øyvind Kolås <pippin gimp org>
Date:   Sat Apr 16 11:40:52 2016 +0100

    gegl:gegl do not show a false rror by default

 operations/common/gegl.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/gegl.c b/operations/common/gegl.c
index 3bebdb9..4e6adf5 100644
--- a/operations/common/gegl.c
+++ b/operations/common/gegl.c
@@ -25,7 +25,8 @@ property_string (string, _("pipeline"), "gaussian-blur std-dev-x=0.3rel std-dev-
     description(_("[op [property=value] [property=value]] [[op] [property=value]"))
     ui_meta ("multiline", "true")
 
-property_string (error, _("Eeeeeek"), "There is a problem in the syntax or in the application of parsed 
property values. Things might mostly work nevertheless.")
+property_string (error, _("Eeeeeek"), "")
+    description (_("There is a problem in the syntax or in the application of parsed property values. Things 
might mostly work nevertheless."))
     ui_meta ("error", "true")
 
 #else


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