diff options
Diffstat (limited to 'libempathy-gtk/empathy-new-message-dialog.c')
-rw-r--r-- | 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 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) |