Skip to content

Commit

Permalink
Fixed deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
anaselli committed Apr 14, 2020
1 parent 532c4b7 commit d354505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/YMGA_GCBTable.cc
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ YMGA_GCBTable::YMGA_GCBTable (YWidget *parent, YTableHeader *headers, YCBTableMo
YMGA_GTreeView (this, parent, std::string(), false)
{
gtk_tree_view_set_headers_visible (getView(), TRUE);
gtk_tree_view_set_rules_hint (getView(), columns() > 1);
ygtk_tree_view_set_empty_text (YGTK_TREE_VIEW (getView()), _("No entries."));
int columnNumber = columns();

Expand Down

0 comments on commit d354505

Please sign in to comment.