tags 394839 + patch
thanks
Hi,
Attached is the diff for my gtk+extra2 2.1.1-3.1 NMU.
diff -Nru /tmp/OfEiAfnia1/gtk+extra2-2.1.1/debian/changelog
/tmp/syQvg7wWVe/gtk+extra2-2.1.1/debian/changelog
--- /tmp/OfEiAfnia1/gtk+extra2-2.1.1/debian/changelog 2006-11-13
01:44:00.000000000 +0100
+++ /tmp/syQvg7wWVe/gtk+extra2-2.1.1/debian/changelog 2006-11-13
01:44:00.000000000 +0100
@@ -1,3 +1,11 @@
+gtk+extra2 (2.1.1-3.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Apply patch from upstream to fix the resizing of the RAM
+ viewer in gpsim; patch extracted by Steffen Joris. (Closes: #394839)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]> Mon, 13 Nov 2006 01:42:26 +0100
+
gtk+extra2 (2.1.1-3) unstable; urgency=low
* Include full text of GFDL
diff -Nru /tmp/OfEiAfnia1/gtk+extra2-2.1.1/gtkextra/gtksheet.c
/tmp/syQvg7wWVe/gtk+extra2-2.1.1/gtkextra/gtksheet.c
--- /tmp/OfEiAfnia1/gtk+extra2-2.1.1/gtkextra/gtksheet.c 2005-06-24
19:51:00.000000000 +0200
+++ /tmp/syQvg7wWVe/gtk+extra2-2.1.1/gtkextra/gtksheet.c 2006-11-13
01:44:00.000000000 +0100
@@ -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);