summaryrefslogtreecommitdiff
path: root/xfconf/xfconf-cache.c
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-02-09 20:03:56 +0100
committerNick Schermer <nick@xfce.org>2010-02-09 20:20:21 +0100
commitde3cf31d468b834659ba5c07e8e9612b6f7f93f2 (patch)
tree7e26bfad04eea1b8c845a6d0ffe15afefd875bdc /xfconf/xfconf-cache.c
parent3c2eea3c1a845eea5f2fc2649ab846cdab34257f (diff)
downloadxfconf-de3cf31d468b834659ba5c07e8e9612b6f7f93f2.tar.gz
Mark the signal name as a static string.
Diffstat (limited to 'xfconf/xfconf-cache.c')
-rw-r--r--xfconf/xfconf-cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfconf/xfconf-cache.c b/xfconf/xfconf-cache.c
index 42e5318..efca4e7 100644
--- a/xfconf/xfconf-cache.c
+++ b/xfconf/xfconf-cache.c
@@ -32,9 +32,9 @@
#include "xfconf-gvaluefuncs.h"
#include "xfconf-private.h"
#include "xfconf-marshal.h"
+#include "xfconf-common-private.h"
#if 0
#include "xfconf-types.h"
-#include "xfconf-common-private.h"
#include "xfconf.h"
#include "xfconf-alias.h"
#endif
@@ -261,7 +261,7 @@ xfconf_cache_class_init(XfconfCacheClass *klass)
object_class->get_property = xfconf_cache_get_g_property;
object_class->finalize = xfconf_cache_finalize;
- signals[SIG_PROPERTY_CHANGED] = g_signal_new("property-changed",
+ signals[SIG_PROPERTY_CHANGED] = g_signal_new(I_("property-changed"),
XFCONF_TYPE_CACHE,
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET(XfconfCacheClass,