From: compudj Date: Sat, 29 Apr 2006 13:48:49 +0000 (+0000) Subject: fix check version X-Git-Tag: v0.12.20~1711 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=c9b629ae28a1d55249875faad19607874e759724;p=lttv.git fix check version git-svn-id: http://ltt.polymtl.ca/svn@1778 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 b3370385..cece72cb 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c @@ -403,10 +403,12 @@ ProcessList *processlist_construct(void) NULL, &process_list->cell_height); - //guint ypad; - //g_object_get(G_OBJECT(renderer), "ypad", &ypad, NULL); +#if GTK_CHECK_VERSION(2,4,15) + guint ypad; + g_object_get(G_OBJECT(renderer), "ypad", &ypad, NULL); - //process_list->cell_height += ypad; + process_list->cell_height += ypad; +#endif process_list->cell_height += vertical_separator;