editor: avoid crash when checking for visible children
When a connection is added the editor adds a new empty item to the tree store with gtk_tree_store_append() and then populates it. Therefore, has_visible_children() must be prepared to deal with missing values. Fixes: 4645c9ae https://bugzilla.redhat.com/show_bug.cgi?id=1543958
Showing
Please register or sign in to comment