plugins/gevolution/assoc-buddy.c

changeset 8749
fb487e9e101a
parent 8089
0adbe5c66985
child 9354
9be1e9ab1f21
equal deleted inserted replaced
8748:b371a58d0263 8749:fb487e9e101a
42 }; 42 };
43 43
44 static gint 44 static gint
45 delete_win_cb(GtkWidget *w, GdkEvent *event, GevoAssociateBuddyDialog *dialog) 45 delete_win_cb(GtkWidget *w, GdkEvent *event, GevoAssociateBuddyDialog *dialog)
46 { 46 {
47 GList *l;
48
49 gtk_widget_destroy(dialog->win); 47 gtk_widget_destroy(dialog->win);
50 48
51 g_list_foreach(dialog->contacts, (GFunc)g_free, NULL); 49 g_list_foreach(dialog->contacts, (GFunc)g_free, NULL);
52 50
53 if (dialog->contacts != NULL) 51 if (dialog->contacts != NULL)

mercurial