[empathy] empathy_new_message_dialog_response: initialize individual



commit aee0cfd9ffca932edda7f0aff37b2493df378e7a
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Oct 18 17:00:53 2011 +0200

    empathy_new_message_dialog_response: initialize individual

 libempathy-gtk/empathy-new-message-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c
index 25bc069..6cc5e38 100644
--- a/libempathy-gtk/empathy-new-message-dialog.c
+++ b/libempathy-gtk/empathy-new-message-dialog.c
@@ -151,7 +151,7 @@ empathy_new_message_dialog_response (GtkDialog *dialog,
     int response_id)
 {
   EmpathyNewMessageDialog *self = (EmpathyNewMessageDialog *) dialog;
-  FolksIndividual *individual;
+  FolksIndividual *individual = NULL;
   EmpathyContact *contact;
 
   if (response_id < EMP_NEW_MESSAGE_TEXT)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]