From e20ce4e1887afd3b0823689787899c04a49c4507 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 29 Jun 2016 19:20:43 -0400 Subject: [PATCH] Some TODO resolution. --- unix/cellrendererbutton.c | 1 - 1 file changed, 1 deletion(-) diff --git a/unix/cellrendererbutton.c b/unix/cellrendererbutton.c index 719b0371..e3bbf48b 100644 --- a/unix/cellrendererbutton.c +++ b/unix/cellrendererbutton.c @@ -7,7 +7,6 @@ // - resizing a column with a button in it crashes the program // - accessibility // - right side too big? -// - does prelight work on 3.10 and 3.20? #define cellRendererButtonType (cellRendererButton_get_type()) #define cellRendererButton(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), cellRendererButtonType, cellRendererButton))