Re: GMenu, GAction and GtkBuilder

2013-10-03 Thread Kjell Ahlstedt
2013-10-01 13:07, Murray Cumming skrev: Overall, I think we should take the unusual step of undeprecating Gtk::UIManager and friends in gtkmm before our stable release, even though the underlying C API is deprecated. Many C developers also seem to feel that the deprecation in GTK+ was rushed,

Re: Memory leaks

2013-10-03 Thread Norman Goldstein
I have dug into this a bit, and found a likely culprit: The hash table is being created at droute.c: 107 new_path-properties = g_hash_table_new_full ((GHashFunc)str_pair_hash, str_pair_equal,