diff options
-rw-r--r-- | libempathy-gtk/empathy-avatar-chooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-avatar-chooser.c b/libempathy-gtk/empathy-avatar-chooser.c index b28ed2627..26528ef0c 100644 --- a/libempathy-gtk/empathy-avatar-chooser.c +++ b/libempathy-gtk/empathy-avatar-chooser.c @@ -811,7 +811,7 @@ avatar_chooser_drag_data_received_cb (GtkWidget *widget, NULL, NULL); if (handled) { - /* this in turn calls empathy_avatar_new(), which assumes + /* this in turn calls empathy_avatar_new (), which assumes * ownership of data. */ avatar_chooser_set_image_from_data (chooser, data, |