summaryrefslogtreecommitdiff
path: root/xfconf/xfconf-channel.c
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2008-07-28 21:11:38 +0000
committerNick Schermer <nick@xfce.org>2008-07-28 21:11:38 +0000
commitdebf9df8811d3e061960a80e082a92e063e36a56 (patch)
tree4f56345a58fe8ff8912ac93bfa7aa2c8b2bcebff /xfconf/xfconf-channel.c
parent892b23eda24c5517d3dba50bd8218d30680afe86 (diff)
downloadxfconf-debf9df8811d3e061960a80e082a92e063e36a56.tar.gz
* configure.ac.in: Bump glib dependency to 2.12.0.
* xfconf/xfconf-channel.c, xfconf/xfconf-binding.c, xfconfd/xfconf-backend-perchannel-xml.c, xfconfd/xfconf-daemon.c, common/xfconf-common-private.h: Use GSList where possible. Use the slice allocator where possible (therefore the 2.12.0 dependency). Use g_intern_static_string() in g_signal_new and g_object_[sg]et_data. (Old svn revision: 27394)
Diffstat (limited to 'xfconf/xfconf-channel.c')
-rw-r--r--xfconf/xfconf-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfconf/xfconf-channel.c b/xfconf/xfconf-channel.c
index bc6a868..9d3d38b 100644
--- a/xfconf/xfconf-channel.c
+++ b/xfconf/xfconf-channel.c
@@ -141,7 +141,7 @@ xfconf_channel_class_init(XfconfChannelClass *klass)
* G_VALUE_TYPE(value) == G_TYPE_INVALID
* </programlisting></informalexample>
**/
- signals[SIG_PROPERTY_CHANGED] = g_signal_new("property-changed",
+ signals[SIG_PROPERTY_CHANGED] = g_signal_new(I_("property-changed"),
XFCONF_TYPE_CHANNEL,
G_SIGNAL_RUN_LAST
| G_SIGNAL_DETAILED,