fix check version
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 29 Apr 2006 13:48:49 +0000 (13:48 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 29 Apr 2006 13:48:49 +0000 (13:48 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1778 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c

index b337038508aee49261c15194c77e8cfec63eb9d2..cece72cb18c8364de99cc7ae3d94fe7d0834bf4e 100644 (file)
@@ -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;
        
 
This page took 0.024611 seconds and 4 git commands to generate.