[gucharmap] fix the previous commit



commit 23b178ae27e13d9f3d533521fcbac3bf39a5687c
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jul 2 22:26:06 2010 -0400

    fix the previous commit

 gucharmap/gucharmap-chartable.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gucharmap/gucharmap-chartable.c b/gucharmap/gucharmap-chartable.c
index 153f2df..8bb211f 100644
--- a/gucharmap/gucharmap-chartable.c
+++ b/gucharmap/gucharmap-chartable.c
@@ -1534,7 +1534,10 @@ gucharmap_chartable_expose_event (GtkWidget *widget,
                        rect->width, rect->height);
   }
 
+#if GTK_CHECK_VERSION(2,90,5)
+#else
   g_free (rects);
+#endif
 
   /* no need to chain up */
   return FALSE;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]