added block.xml
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / processlist.c
index 6edb0c2c4390ff956ccd28e19fc49bf7fa39ab2e..cece72cb18c8364de99cc7ae3d94fe7d0834bf4e 100644 (file)
@@ -403,10 +403,12 @@ ProcessList *processlist_construct(void)
       NULL,
       &process_list->cell_height);
        
+#if GTK_CHECK_VERSION(2,4,15)
   guint ypad;
   g_object_get(G_OBJECT(renderer), "ypad", &ypad, NULL);
 
   process_list->cell_height += ypad;
+#endif
   process_list->cell_height += vertical_separator;
        
 
This page took 0.02327 seconds and 4 git commands to generate.