]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/entitylist.cpp
Wrap gtkutil/widget
[xonotic/netradiant.git] / radiant / entitylist.cpp
index 6ec2f55d3b6155b46463ef1f983d4c3f36d4cdf3..d6e2566b6564aae52c8801c07703dd93a7d243a6 100644 (file)
@@ -245,7 +245,7 @@ void entitylist_treeview_row_expanded( GtkTreeView* view, GtkTreeIter* iter, Gtk
 
 
 void EntityList_SetShown( bool shown ){
-       widget_set_visible( GTK_WIDGET( getEntityList().m_window ), shown );
+       widget_set_visible( getEntityList().m_window, shown );
 }
 
 void EntityList_toggleShown(){