diff -Nru lxpanel-0.5.8/debian/changelog lxpanel-0.5.8/debian/changelog --- lxpanel-0.5.8/debian/changelog 2011-10-05 21:46:42.000000000 +0000 +++ lxpanel-0.5.8/debian/changelog 2011-10-05 22:00:15.000000000 +0000 @@ -1,9 +1,9 @@ -lxpanel (0.5.8-1ubuntu3~ppa3) oneiric; urgency=low +lxpanel (0.5.8-1ubuntu3~ppa4) oneiric; urgency=low * debian/patches/fix_position.patch: - Fix position of the menu (LP: #818869). - -- Julien Lavergne Wed, 05 Oct 2011 23:46:17 +0200 + -- Julien Lavergne Thu, 06 Oct 2011 00:00:10 +0200 lxpanel (0.5.8-1ubuntu2) oneiric; urgency=low diff -Nru lxpanel-0.5.8/debian/patches/fix_position.patch lxpanel-0.5.8/debian/patches/fix_position.patch --- lxpanel-0.5.8/debian/patches/fix_position.patch 2011-10-05 21:42:32.000000000 +0000 +++ lxpanel-0.5.8/debian/patches/fix_position.patch 2011-10-05 21:56:38.000000000 +0000 @@ -1,7 +1,7 @@ Index: lxpanel-0.5.8/src/plugins/menu.c =================================================================== ---- lxpanel-0.5.8.orig/src/plugins/menu.c 2011-10-05 23:34:09.000000000 +0200 -+++ lxpanel-0.5.8/src/plugins/menu.c 2011-10-05 23:37:49.000000000 +0200 +--- lxpanel-0.5.8.orig/src/plugins/menu.c 2011-10-05 23:55:47.000000000 +0200 ++++ lxpanel-0.5.8/src/plugins/menu.c 2011-10-05 23:55:49.000000000 +0200 @@ -131,8 +131,8 @@ int ox, oy, w, h; Plugin *p; @@ -95,8 +95,8 @@ Index: lxpanel-0.5.8/src/plugins/pager.c =================================================================== ---- lxpanel-0.5.8.orig/src/plugins/pager.c 2011-10-05 23:34:16.000000000 +0200 -+++ lxpanel-0.5.8/src/plugins/pager.c 2011-10-05 23:41:09.000000000 +0200 +--- lxpanel-0.5.8.orig/src/plugins/pager.c 2011-10-05 23:55:47.000000000 +0200 ++++ lxpanel-0.5.8/src/plugins/pager.c 2011-10-05 23:56:29.000000000 +0200 @@ -271,10 +271,10 @@ { /* Allocate pixmap and statistics buffer without border pixels. */ @@ -144,22 +144,13 @@ #endif gdk_draw_rectangle( d->pixmap, -@@ -336,7 +339,7 @@ +@@ -336,7 +339,8 @@ : style->dark_gc[GTK_STATE_NORMAL]), TRUE, #if GTK_CHECK_VERSION(2,18,0) - 0, 0, allocation.width, allocation.height); + 0, 0, allocation->width, allocation->height); ++ g_free (allocation); #else 0, 0, widget->allocation.width, widget->allocation.height); #endif -@@ -360,6 +363,9 @@ - event->area.x, event->area.y, - event->area.width, event->area.height); - } -+#if GTK_CHECK_VERSION(2,18,0) -+ g_free (allocation); -+#endif - return FALSE; - } -