aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-new-message-dialog.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-18 23:00:53 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-18 23:01:38 +0800
commitaee0cfd9ffca932edda7f0aff37b2493df378e7a (patch)
tree399bd9f97f83cc19785d8e59cbab7a3928ba7e99 /libempathy-gtk/empathy-new-message-dialog.c
parent8a061d3e03847ba3d1669c57bca531328db40e3b (diff)
downloadgsoc2013-empathy-aee0cfd9ffca932edda7f0aff37b2493df378e7a.tar
gsoc2013-empathy-aee0cfd9ffca932edda7f0aff37b2493df378e7a.tar.gz
gsoc2013-empathy-aee0cfd9ffca932edda7f0aff37b2493df378e7a.tar.bz2
gsoc2013-empathy-aee0cfd9ffca932edda7f0aff37b2493df378e7a.tar.lz
gsoc2013-empathy-aee0cfd9ffca932edda7f0aff37b2493df378e7a.tar.xz
gsoc2013-empathy-aee0cfd9ffca932edda7f0aff37b2493df378e7a.tar.zst
gsoc2013-empathy-aee0cfd9ffca932edda7f0aff37b2493df378e7a.zip
empathy_new_message_dialog_response: initialize individual
Diffstat (limited to 'libempathy-gtk/empathy-new-message-dialog.c')
-rw-r--r--libempathy-gtk/empathy-new-message-dialog.c2
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 25bc069b2..6cc5e3819 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)