From 1ca06348560898f60e270ae43a5919c96739f297 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 4 Aug 2007 01:38:50 +0000 Subject: [PATCH] quick fix for the 0.80 gtk+ showstopper. I'll make it prettier post-release --- gtk/torrent-inspector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/torrent-inspector.c b/gtk/torrent-inspector.c index 629832a7b..bf0576ea2 100644 --- a/gtk/torrent-inspector.c +++ b/gtk/torrent-inspector.c @@ -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);