Opened 9 years ago

Closed 9 years ago

#2766 closed bug (Fixed)

OSX listview gtkwarning

Reported by: Cas Owned by:
Priority: trivial Milestone: 1.3.13
Component: GTK UI Version: 1.3.12
Keywords: Cc:

Description

Recording an issue seen in OSX after simply adding a column to view and restarting.

It may or may not be related to issue reported in #2752

deluge/ui/gtkui/listview.py:250: GtkWarning: gtk_tree_model_sort_set_sort_column_id: assertion 'header != NULL' failed
  self.treeview.get_model().set_sort_column_id(column_state.sort, column_state.sort_order)

Change History (1)

comment:1 Changed 9 years ago by Cas

  • Milestone changed from 1.3.x to 1.3.13
  • Resolution set to Fixed
  • Status changed from new to closed
  • Version changed from 1.3.11 to 1.3.12

Fixed in [bfb202086d13f8]

Note: See TracTickets for help on using tickets.