From: Guillaume Desmottes Date: Thu, 3 Oct 2013 09:10:10 +0000 (+0200) Subject: individual-widget: fix enum casting warning X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=384ac925c41afea86fa9148c363c124ffcb661e7 individual-widget: fix enum casting warning --- diff --git a/libempathy-gtk/empathy-individual-widget.c b/libempathy-gtk/empathy-individual-widget.c index 8193c0a9..d639deb7 100644 --- a/libempathy-gtk/empathy-individual-widget.c +++ b/libempathy-gtk/empathy-individual-widget.c @@ -1307,7 +1307,8 @@ notify_presence_cb (gpointer folks_object, g_free (markup_text); gtk_image_set_from_icon_name (GTK_IMAGE (state_image), - empathy_icon_name_for_presence (presence), + empathy_icon_name_for_presence ( + empathy_folks_presence_type_to_tp (presence)), GTK_ICON_SIZE_BUTTON); out: