From: Kevin K. <kev...@ch...> - 2006-11-09 23:34:53
|
GtkAboutDialog changed incompatibly in GTK+ 2.10 (GRRR!!!) so the Close button doesn't close the dialog automatically anymore (WTF???). Instead, we now have to connect the signal to the slot explicitly. (It's bullsh*t like this which makes me hate GTK+ and GNOME. In KDE, the standard dialogs have their signals connected properly.) http://bugzilla.gnome.org/show_bug.cgi?id=361830 This also affects TiEmu and TiLP. I guess pretty much the same patch as for Anjuta should also work for us. Kevin Kofler |