2.8.8: 2006-05-18 Murray Cumming * gdk/src/pixbufloader.hg: Add _CONVERSION() needed by write(), now that glibmm actually does the conversion. * gtk/src/editable.hg: Use _VFUNC_H() as we did before the big #ifdef changes. There is no need to stop using it, and it keeps the vfunc order the same as before. * gtk/src/menuitem.ccg: Fix extra characters after the #endif. 2006-05-16 Murray Cumming * gtk/src/actiongroup.ccg: add(): Pass char** instead of char*. 2006-05-16 Murray Cumming * gtk/src/actiongroup.ccg: add(): Use NULL instead of 0 with g_object_get(), to avoid the warning about a missing sentinel. 2006-05-16 Murray Cumming * gtk/src/actiongroup.ccg: add(): Use g_object_get(), not g_object_get_data() to get property data. Fixes a memory corruption crash. This was another regression introduced by the optional API changes. Bug #341895 from Philip Langdale. 2006-05-16 Paul Davis * gtk/src/table.hg: fix error when trying to remove a widget from a table using Table_Helpers::TableList.erase(). Fixes bug #341962