Opened 9 years ago
Closed 9 years ago
#2766 closed bug (Fixed)
OSX listview gtkwarning
Reported by: | Calum | 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 by , 9 years ago
Milestone: | 1.3.x → 1.3.13 |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Version: | 1.3.11 → 1.3.12 |
Note:
See TracTickets
for help on using tickets.
Fixed in [bfb202086d13f8]