Re: Understanding failed assertions

2009-12-18 Thread Artur Galyamov
18.12.09, 00:40, Vikram Noel Ambrose noel.ambr...@gmail.com: Thanks Artur. gtk_tree_selection_get_selected() in the on_selection_changed() callback was the culprit. Why is the changed signal going off if there is no selection? I don't know.. It is unusual, but well-documented.

Re: Understanding failed assertions

2009-12-17 Thread Artur Galyamov
17.12.09, 23:11, Vikram Noel Ambrose noel.ambr...@gmail.com: Obviously the sample program is not functionally complete, but I cannot understand what causes these messages and how to rectify the problem. Does anyone know whats going on? Try passing --g-fatal-warnings to your executables -- it

Re: Understanding failed assertions

2009-12-17 Thread Vikram Noel Ambrose
Artur Galyamov wrote: 17.12.09, 23:11, Vikram Noel Ambrose noel.ambr...@gmail.com: Obviously the sample program is not functionally complete, but I cannot understand what causes these messages and how to rectify the problem. Does anyone know whats going on? Try passing