mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +00:00
quick fix for the 0.80 gtk+ showstopper. I'll make it prettier post-release
This commit is contained in:
parent
b79d325cd5
commit
1ca0634856
1 changed files with 1 additions and 1 deletions
|
@ -1381,7 +1381,7 @@ file_page_new ( TrTorrent * gtor )
|
|||
rend = priority_rend = gtk_cell_renderer_combo_new ();
|
||||
gtk_tree_view_column_pack_start (col, rend, TRUE);
|
||||
g_object_set (G_OBJECT(rend), "model", model,
|
||||
"editable", TRUE,
|
||||
"editable", FALSE,
|
||||
"has-entry", FALSE,
|
||||
"text-column", 0,
|
||||
NULL);
|
||||
|
|
Loading…
Reference in a new issue