Hi Please find enclosed the NMU patch for this bug and notice that I intend to NMU the package to include this patch. If you do not agree with that, please tell me.
Cheers Steffen
diff -u gtk+extra2-2.1.1/debian/changelog gtk+extra2-2.1.1/debian/changelog
--- gtk+extra2-2.1.1/debian/changelog
+++ gtk+extra2-2.1.1/debian/changelog
@@ -1,3 +1,11 @@
+gtk+extra2 (2.1.1-3.1) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Apply patch from gpsim upstream to fix the resizing of the RAM
+ viewer in gpsim (Closes: #394839)
+
+ -- Steffen Joeris <[EMAIL PROTECTED]> Mon, 6 Nov 2006 00:56:49 +1100
+
gtk+extra2 (2.1.1-3) unstable; urgency=low
* Include full text of GFDL
only in patch2:
unchanged:
--- 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);
pgpUMUyx9LHvw.pgp
Description: PGP signature

