[mutter] workspace: Use G_PARAM_STATIC_STRINGS



commit 1999fcaa8fe8ac501a5aef69ac3616eba3d5faa8
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat Aug 16 08:02:34 2014 -0400

    workspace: Use G_PARAM_STATIC_STRINGS

 src/core/workspace.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/workspace.c b/src/core/workspace.c
index 2a0c992..59b950a 100644
--- a/src/core/workspace.c
+++ b/src/core/workspace.c
@@ -147,7 +147,7 @@ meta_workspace_class_init (MetaWorkspaceClass *klass)
                                                  "N Windows",
                                                  "Number of windows",
                                                  0, G_MAXUINT, 0,
-                                                 G_PARAM_READABLE);
+                                                 G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
 
   g_object_class_install_properties (object_class, LAST_PROP, obj_props);
 }


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