GNOME Bugzilla – Bug 345848
Dangling sentence in Chapter 18. Timeouts section
Last modified: 2006-06-25 18:45:44 UTC
In the "Programming with gtkmm" book, Chapter 18. Timeouts section it says: ----START---- You receive a sigc::connection object that can be used to deactivate the connection. <code snippet> to destroy the connection. Another way of destroying the connection is your signal handler. -----END----- So, the "to destroy the connection." part didn't fit, thus I changed it a bit and now looks better. -Gezim
Created attachment 67956 [details] [review] The patch.
Commited, thanks.