quick fix for the 0.80 gtk+ showstopper. I'll make it prettier post-release

This commit is contained in:
Charles Kerr 2007-08-04 01:38:50 +00:00
parent b79d325cd5
commit 1ca0634856
1 changed files with 1 additions and 1 deletions

View File

@ -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);