[Xfce4-commits] <xfconf:master> Mark the signal name as a static string.

Nick Schermer noreply at xfce.org
Tue Feb 9 20:38:03 CET 2010


Updating branch refs/heads/master
         to de3cf31d468b834659ba5c07e8e9612b6f7f93f2 (commit)
       from 3c2eea3c1a845eea5f2fc2649ab846cdab34257f (commit)

commit de3cf31d468b834659ba5c07e8e9612b6f7f93f2
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Feb 9 20:03:56 2010 +0100

    Mark the signal name as a static string.

 xfconf/xfconf-cache.c |    4 ++--
 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,



More information about the Xfce4-commits mailing list