Package: matchbox-panel / 0.9.3-9

Metadata

Package Version Patches format
matchbox-panel 0.9.3-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
memset fix | (download)

src/panel.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix incorrect use of memset count/value (#609085)
 In ./matchbox-panel_0.9.3/src/panel.c
   memset(panel, sizeof(MBPanel), 0);
 This should be memset(panel, 0, sizeof(MBPanel))
ram display fix | (download)

applets/mb-applet-system-monitor.c | 18 8 + 10 - 0 !
1 file changed, 8 insertions(+), 10 deletions(-)

 improvements for mb-applet-system-monitor's ram display (#551305)
 mb-applet-system-monitor's memory part is not really useful; its
 assumptions about /proc/meminfo don't fit neither on my desktop
 machine nor on my openmoko (where I'm using it), and the calculations
 are also debatable.
invalid icon size fix | (download)

src/panel_app.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix crash with invalid panel app icon size (#337632)
translation language codes fix | (download)

configure.ac | 2 1 + 1 - 0 !
po/Makefile.am | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix translation's language codes -- also see debian/rules (#336799)
 Using a country part in a translation file is a discouraged practice
 except in very few cases (pt_BR, zh_CN, zh_TW). -- Christian Perrier
mb applet battery fix | (download)

applets/mb-applet-battery.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix build of mb-applet-battery.c

mb applet battery desktop file | (download)

applets/dotdesktop/Makefile.am | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 enable installation of mb-applet-battery.desktop

enable png | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix check for enabling png support

mb applet wireless patch | (download)

applets/mb-applet-wireless.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 bug fix in mb-applet-wireless.c

linking fix | (download)

applets/Makefile.am | 4 3 + 1 - 0 !
src/Makefile.am | 2 1 + 1 - 0 !
src/Makefile.in | 2 1 + 1 - 0 !
3 files changed, 5 insertions(+), 3 deletions(-)

 ftbfs with binutils-gold (#555589)
 FTBFS again, underlinked (#713728)
fix typos | (download)

applets/mb-applet-launcher.c | 26 13 + 13 - 0 !
src/panel.c | 10 5 + 5 - 0 !
2 files changed, 18 insertions(+), 18 deletions(-)

 fix typos in help text