[empathy] individual-view: fix enum casting warning
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] individual-view: fix enum casting warning
- Date: Thu, 3 Oct 2013 14:11:02 +0000 (UTC)
commit 7988da4b4ae7a2a183f2668c37e4ba0b96937cb9
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Oct 3 11:04:02 2013 +0200
individual-view: fix enum casting warning
Thanks clang for catching this!
libempathy-gtk/empathy-individual-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-individual-view.c b/libempathy-gtk/empathy-individual-view.c
index e7ca49a..65cf302 100644
--- a/libempathy-gtk/empathy-individual-view.c
+++ b/libempathy-gtk/empathy-individual-view.c
@@ -1970,7 +1970,7 @@ individual_view_constructed (GObject *object)
static void
individual_view_set_view_features (EmpathyIndividualView *view,
- EmpathyIndividualFeatureFlags features)
+ EmpathyIndividualViewFeatureFlags features)
{
EmpathyIndividualViewPriv *priv = GET_PRIV (view);
gboolean has_tooltip;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]