comparison pidgin/gtkutils.c @ 21056:9e45c28b4b2b

Fix some leaking GtkSizeGroups.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 30 Oct 2007 04:28:31 +0000
parents 3a12f08b2185
children 0d6e582f2679 6de09629f091
comparison
equal deleted inserted replaced
21055:a0b0f988667e 21056:9e45c28b4b2b
2990 gtk_box_pack_end(GTK_BOX(hbox2), button, FALSE, FALSE, 0); 2990 gtk_box_pack_end(GTK_BOX(hbox2), button, FALSE, FALSE, 0);
2991 gtk_size_group_add_widget(sg, button); 2991 gtk_size_group_add_widget(sg, button);
2992 } 2992 }
2993 va_end(args); 2993 va_end(args);
2994 2994
2995 g_object_unref(sg);
2996
2995 return vbox; 2997 return vbox;
2996 } 2998 }
2997 2999
2998 /* 3000 /*
2999 * "This is so dead sexy." 3001 * "This is so dead sexy."