From: compudj Date: Thu, 22 May 2008 21:30:05 +0000 (+0000) Subject: revert initialize control flow view cell height X-Git-Tag: v0.12.20~578 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=7dca0b145634818a5ace514fe9f51f3c99e27448 revert initialize control flow view cell height git-svn-id: http://ltt.polymtl.ca/svn@2911 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c index ba6f1ed6..955b07aa 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c @@ -412,7 +412,6 @@ ProcessList *processlist_construct(void) NULL, &process_list->cell_height); - process_list->cell_height = 0; #if GTK_CHECK_VERSION(2,4,15) guint ypad; g_object_get(G_OBJECT(renderer), "ypad", &ypad, NULL);