comparison pidgin/plugins/gevolution/new_person_dialog.c @ 21056:9e45c28b4b2b

Fix some leaking GtkSizeGroups.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 30 Oct 2007 04:28:31 +0000
parents a2b4eac83902
children 713310b97512
comparison
equal deleted inserted replaced
21055:a0b0f988667e 21056:9e45c28b4b2b
414 g_signal_connect(G_OBJECT(button), "clicked", 414 g_signal_connect(G_OBJECT(button), "clicked",
415 G_CALLBACK(add_cb), dialog); 415 G_CALLBACK(add_cb), dialog);
416 416
417 /* Show it. */ 417 /* Show it. */
418 gtk_widget_show(dialog->win); 418 gtk_widget_show(dialog->win);
419 } 419 g_object_unref(sg);
420 g_object_unref(sg2);
421 }