]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-cell-renderer-activatable.c
remove released flag
[empathy.git] / libempathy-gtk / empathy-cell-renderer-activatable.c
index d24f1782cc3672bf2c89e8984782bbada628dc87..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
@@ -112,8 +109,8 @@ cell_renderer_activatable_activate (GtkCellRenderer      *cell,
     GdkEvent *event,
     GtkWidget *widget,
     const gchar *path_string,
-    GdkRectangle *background_area,
-    GdkRectangle *cell_area,
+    const GdkRectangle *background_area,
+    const GdkRectangle *cell_area,
     GtkCellRendererState  flags)
 {
   EmpathyCellRendererActivatable *activatable;
@@ -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);