Package: libgtkextra-x11-2.0-1 Priority: grave Tags: patch Hi
I dare to set the priority to grave, because without this patch it is not possible to resize the RAM viewer in gpsim, while it is possible to do so with including this patch into the gtk-extra library. So please consider adding this patch for etch or if you don't have the time, maybe give me the permission to NMU. Cheers Steffen
--- gtk+extra2-2.1.1.orig/gtkextra/gtksheet.c
+++ gtk+extra2-2.1.1/gtkextra/gtksheet.c
@@ -4149,7 +4149,7 @@
&pixmap_width, &pixmap_height);
if ((pixmap_width != width) || (pixmap_height != height))
{
- g_free(sheet->pixmap);
+ g_object_unref(sheet->pixmap);
sheet->pixmap = gdk_pixmap_new (sheet->sheet_window,
width, height,
-1);
pgpSC6HjGlHzK.pgp
Description: PGP signature

