Package: xsensors / 0.70-2

Metadata

Package Version Patches format
xsensors 0.70-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove unused variables.patch | (download)

src/gui.c | 7 2 + 5 - 0 !
1 file changed, 2 insertions(+), 5 deletions(-)

 remove declared, but unused variables
Bug-Debian: http://bugs.debian.org/625435

cleanup allocs.patch | (download)

src/gui.c | 16 7 + 9 - 0 !
1 file changed, 7 insertions(+), 9 deletions(-)

 fix memory allocation and freeing in add_sensor_tab

* When realloc fails, it doesn't free the original buffer.
* strcat never fails.
* Use free, not g_free, to free memory not allocated with g_malloc.
* No need to free feattext twice.

replace deprecated gtk.patch | (download)

src/gui.c | 66 30 + 36 - 0 !
1 file changed, 30 insertions(+), 36 deletions(-)

 update deprecated gtk casts and replace deprecated function calls with their analogous cairo counterparts.
Bug-Debian: http://bugs.debian.org/622005
Bug-Debian: http://bugs.debian.org/610321

select chip.patch | (download)

src/gui.c | 14 12 + 2 - 0 !
1 file changed, 12 insertions(+), 2 deletions(-)

 let the user specify a specific chip to display.

support multiple chips on cmd.patch | (download)

src/gui.c | 79 56 + 23 - 0 !
1 file changed, 56 insertions(+), 23 deletions(-)

 let the user pass more than one device name on the command line.