[Xfce4-commits] <parole:0.2.2> Fix multimedia property key
Ali Abdallah
noreply at xfce.org
Wed Jan 20 15:10:04 CET 2010
Updating branch refs/heads/0.2.2
to 418a54e52377e0ab4e794e8825fe1ff3bf40b400 (commit)
from 3f01248e647c742777539c321e2df201ac77fd8e (commit)
commit 418a54e52377e0ab4e794e8825fe1ff3bf40b400
Author: Ali Abdallah <aliov at xfce.org>
Date: Tue Jan 19 14:24:16 2010 +0100
Fix multimedia property key
src/parole-conf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/parole-conf.c b/src/parole-conf.c
index 1141c85..da0ff8a 100644
--- a/src/parole-conf.c
+++ b/src/parole-conf.c
@@ -331,7 +331,7 @@ parole_conf_class_init (ParoleConfClass *klass)
g_object_class_install_property (object_class,
PROP_MULTIMEDIA_KEYS,
- g_param_spec_boolean ("multimedia-key",
+ g_param_spec_boolean ("multimedia-keys",
NULL, NULL,
TRUE,
G_PARAM_READWRITE));
More information about the Xfce4-commits
mailing list