[empathy] Fix build warning
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Fix build warning
- Date: Tue, 21 Dec 2010 09:52:33 +0000 (UTC)
commit 940bae9cc720a0c2f0284b2a900926637a1f760c
Author: Xavier Claessens <xclaesse gmail com>
Date: Tue Dec 21 10:05:39 2010 +0100
Fix build warning
libempathy-gtk/empathy-contact-list-view.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index 4679e06..cccfebb 100644
--- a/libempathy-gtk/empathy-contact-list-view.c
+++ b/libempathy-gtk/empathy-contact-list-view.c
@@ -387,8 +387,8 @@ contact_list_view_contact_drag_received (GtkWidget *view,
{
EmpathyContactListViewPriv *priv;
TpAccountManager *account_manager;
- TpConnection *connection;
- TpAccount *account;
+ TpConnection *connection = NULL;
+ TpAccount *account = NULL;
DndGetContactData *data;
GtkTreePath *source_path;
const gchar *sel_data;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]