[gimp/gimp-2-10] libgimpwidgets: fix docs for GimpBusyBox:message



commit 50e6d6ae20e12b6af38046a37fce26eb923aec64
Author: Michael Natterer <mitch gimp org>
Date:   Thu Jul 25 10:24:30 2019 +0200

    libgimpwidgets: fix docs for GimpBusyBox:message
    
    (cherry picked from commit fe75ef28ad6894cf9d5b16a6c76d9aff4a64f5b6)

 libgimpwidgets/gimpbusybox.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/libgimpwidgets/gimpbusybox.c b/libgimpwidgets/gimpbusybox.c
index 8c11bd2ddd..f47a520f2a 100644
--- a/libgimpwidgets/gimpbusybox.c
+++ b/libgimpwidgets/gimpbusybox.c
@@ -91,7 +91,8 @@ gimp_busy_box_class_init (GimpBusyBoxClass *klass)
    **/
   g_object_class_install_property (object_class, PROP_MESSAGE,
                                    g_param_spec_string ("message",
-                                                        NULL, NULL,
+                                                        "Message",
+                                                        "The message to display",
                                                         NULL,
                                                         GIMP_PARAM_READWRITE |
                                                         G_PARAM_CONSTRUCT));


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