]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/entitylist.cpp
Wrap more GTK
[xonotic/netradiant.git] / radiant / entitylist.cpp
index 8b6a4690fbd69c798f704f63774a4fec111a3ba6..8f677c2fef4e96214a5f5bea5402da81df94ed0f 100644 (file)
@@ -244,7 +244,7 @@ void entitylist_treeview_row_expanded( GtkTreeView* view, GtkTreeIter* iter, Gtk
 
 
 void EntityList_SetShown( bool shown ){
-       widget_set_visible( getEntityList().m_window, shown );
+       getEntityList().m_window.visible(shown);
 }
 
 void EntityList_toggleShown(){