summaryrefslogtreecommitdiff
path: root/chooser/gdm-host-chooser-dialog.c
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-12-25 15:20:41 +0100
committerRay Strode <halfline@gmail.com>2019-01-07 19:12:03 +0000
commit525333a7971cd693a44ac1c4ee74938b26da1e4b (patch)
tree8027bea293e106bfa049bf6265958f7ac023e2f7 /chooser/gdm-host-chooser-dialog.c
parentc98ea6a4dc807aaf261eab6025ba3c3e5662d51c (diff)
downloadgdm-525333a7971cd693a44ac1c4ee74938b26da1e4b.tar.gz
Use G_PARAM_STATIC_STRIGS on properties
This prevents strings from being unnecessarily copied.
Diffstat (limited to 'chooser/gdm-host-chooser-dialog.c')
-rw-r--r--chooser/gdm-host-chooser-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chooser/gdm-host-chooser-dialog.c b/chooser/gdm-host-chooser-dialog.c
index 288c72ad..3f7e2b7a 100644
--- a/chooser/gdm-host-chooser-dialog.c
+++ b/chooser/gdm-host-chooser-dialog.c
@@ -182,7 +182,7 @@ gdm_host_chooser_dialog_class_init (GdmHostChooserDialogClass *klass)
0,
G_MAXINT,
0,
- G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
}
static void