[epiphany] certificate-dialog: Fix typo



commit 761032fbe0ba2727ac4b30be99f5b61e314571e6
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Dec 17 07:26:36 2015 -0600

    certificate-dialog: Fix typo
    
    Don't want any of these string literals to be freed

 lib/widgets/ephy-certificate-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/widgets/ephy-certificate-dialog.c b/lib/widgets/ephy-certificate-dialog.c
index 97ac31c..83ec1e0 100644
--- a/lib/widgets/ephy-certificate-dialog.c
+++ b/lib/widgets/ephy-certificate-dialog.c
@@ -265,7 +265,7 @@ ephy_certificate_dialog_class_init (EphyCertificateDialogClass *klass)
                         "The verification errors on the TLS certificate",
                         G_TYPE_TLS_CERTIFICATE_FLAGS,
                         0,
-                        G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_NAME);
+                        G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
 
   g_object_class_install_properties (object_class, LAST_PROP, obj_properties);
 


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