]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-cell-renderer-activatable.c
Updated Spanish Translation
[empathy.git] / libempathy-gtk / empathy-cell-renderer-activatable.c
index 9c1a6e53bed53cb89bf974b6d8c14d815e74e2a8..bdbf1cb095ed0a67149aa4bd20946b059c312cd0 100644 (file)
  *          Cosimo Cecchi   <cosimo.cecchi@collabora.co.uk>
  */
 
-#include <config.h>
-
-#include <gtk/gtk.h>
-
-#include <libempathy/empathy-utils.h>
-
+#include "config.h"
 #include "empathy-cell-renderer-activatable.h"
 
+#include "empathy-utils.h"
+
 enum {
   PATH_ACTIVATED,
   LAST_SIGNAL
@@ -183,7 +180,7 @@ empathy_cell_renderer_activatable_class_init (
         G_SIGNAL_RUN_LAST,
         0,
         NULL, NULL,
-        g_cclosure_marshal_VOID__STRING,
+        g_cclosure_marshal_generic,
         G_TYPE_NONE,
         1, G_TYPE_STRING);