Your message dated Sat, 14 May 2011 16:48:01 +0000
with message-id <[email protected]>
and subject line Bug#625794: fixed in xfce4-panel 4.8.3-3
has caused the Debian Bug report #625794,
regarding xfce4-panel: Launcher spacing wrong for Vertical panels with 
East/West arrows
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
625794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625794
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xfce4-panel
Version: 4.8.3-2
Severity: minor
Tags: patch

If you setup a vertical panel with a launcher that has multiple items and the
arrow button position set to East or West then the spacing is incorrectly 
increased instead of subtracted.

plugins/launcher/launcher.c
*** 1275,1281 ****
            if (horizontal)
              p_width += ARROW_BUTTON_SIZE;
            else
!             p_height += ARROW_BUTTON_SIZE;
            break;
          }

--- 1275,1281 ----
            if (horizontal)
              p_width += ARROW_BUTTON_SIZE;
            else
!             p_height -= ARROW_BUTTON_SIZE;
            break;
          }

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38.3a (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xfce4-panel depends on:
ii  exo-utils                     0.6.0-3    Utility files for libexo
ii  libatk1.0-0                   2.0.0-1    The ATK accessibility toolkit
ii  libc6                         2.11.2-11  Embedded GNU C Library: Shared lib
ii  libcairo2                     1.10.2-6   The Cairo 2D vector graphics libra
ii  libdbus-1-3                   1.4.6-1    simple interprocess messaging syst
ii  libdbus-glib-1-2              0.92-1     simple interprocess messaging syst
ii  libexo-1-0                    0.6.0-3    Library with extensions for Xfce
ii  libfontconfig1                2.8.0-2.2  generic font configuration library
ii  libfreetype6                  2.4.4-1    FreeType 2 font engine, shared lib
ii  libgarcon-1-0                 0.1.7-1    freedesktop.org compliant menu imp
ii  libgdk-pixbuf2.0-0            2.23.3-3   GDK Pixbuf library
ii  libglib2.0-0                  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0                   2.24.4-3   The GTK+ graphical user interface 
ii  libice6                       2:1.0.7-1  X11 Inter-Client Exchange library
ii  libpango1.0-0                 1.28.3-6   Layout and rendering of internatio
ii  libsm6                        2:1.2.0-1  X11 Session Management library
ii  libwnck22                     2.30.4-3   Window Navigator Construction Kit 
ii  libx11-6                      2:1.4.3-1  X11 client-side library
ii  libxext6                      2:1.2.0-2  X11 miscellaneous extension librar
ii  libxfce4ui-1-0                4.8.0-2    widget library for Xfce
ii  libxfce4util4                 4.8.1-2    Utility functions library for Xfce
ii  libxfconf-0-2                 4.8.0-3    Client library for Xfce4 configure

xfce4-panel recommends no packages.

xfce4-panel suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/lib/xfce4/panel/plugins/liblauncher.so (from 
xfce4-panel package)



--- End Message ---
--- Begin Message ---
Source: xfce4-panel
Source-Version: 4.8.3-3

We believe that the bug you reported is fixed in the latest version of
xfce4-panel, which is due to be installed in the Debian FTP archive:

xfce4-panel-dbg_4.8.3-3_amd64.deb
  to main/x/xfce4-panel/xfce4-panel-dbg_4.8.3-3_amd64.deb
xfce4-panel-dev_4.8.3-3_amd64.deb
  to main/x/xfce4-panel/xfce4-panel-dev_4.8.3-3_amd64.deb
xfce4-panel_4.8.3-3.debian.tar.gz
  to main/x/xfce4-panel/xfce4-panel_4.8.3-3.debian.tar.gz
xfce4-panel_4.8.3-3.dsc
  to main/x/xfce4-panel/xfce4-panel_4.8.3-3.dsc
xfce4-panel_4.8.3-3_amd64.deb
  to main/x/xfce4-panel/xfce4-panel_4.8.3-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yves-Alexis Perez <[email protected]> (supplier of updated xfce4-panel package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 14 May 2011 18:25:33 +0200
Source: xfce4-panel
Binary: xfce4-panel xfce4-panel-dev xfce4-panel-dbg
Architecture: source amd64
Version: 4.8.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers <[email protected]>
Changed-By: Yves-Alexis Perez <[email protected]>
Description: 
 xfce4-panel - panel for Xfce4 desktop environment
 xfce4-panel-dbg - debugging informations for xfce4-panel
 xfce4-panel-dev - Xfce4 panel development files
Closes: 625794
Changes: 
 xfce4-panel (4.8.3-3) unstable; urgency=low
 .
   * debian/patches:
     - 02_fix-arrow-spacing-vertical-panel added, fix spacing between launchers
       on vertical panels with side arrows.                      closes: #625794
   * debian/rules:
     - ignore translations in .pc so dh_auto_test doesn't fail when make check
       is run in po/.
Checksums-Sha1: 
 23f6da45f9518c80d6397404b7f62af4bc83194b 2305 xfce4-panel_4.8.3-3.dsc
 8c96c0811989446ad4c0bd54377eb8affc76bd59 10362 
xfce4-panel_4.8.3-3.debian.tar.gz
 f3a6fe7327ad542813d048d88101239b2f0f8726 1182818 xfce4-panel_4.8.3-3_amd64.deb
 8c3ed25daf1b6949cafe8e6d7a7b0900ed0c4c02 191838 
xfce4-panel-dev_4.8.3-3_amd64.deb
 2e2ebae2071a378e3045a9073c384b49da45c2cc 1193980 
xfce4-panel-dbg_4.8.3-3_amd64.deb
Checksums-Sha256: 
 0260f318fdb45b591a80737846f056ea399638c2c6e8475bd7733e1a98968a23 2305 
xfce4-panel_4.8.3-3.dsc
 bb864a1d3d4df17e4b24bce9b5fdcae50dcd214770ed67243b84618b892130ae 10362 
xfce4-panel_4.8.3-3.debian.tar.gz
 d301c5bc83ea76bdfaa916e4602b0fba36e70b0ae66592963378befd0d21be73 1182818 
xfce4-panel_4.8.3-3_amd64.deb
 8d766a619e5cf2f40e7fa4f46c01a6bdf5ff805e6c218a7afdf1f64f90e73a14 191838 
xfce4-panel-dev_4.8.3-3_amd64.deb
 7c1919e489cc3fc9563729bdfc04235a4a072a1dd29f3b87c07e9ab714b77143 1193980 
xfce4-panel-dbg_4.8.3-3_amd64.deb
Files: 
 60dfb833044b49d0bffe4692e351324e 2305 xfce optional xfce4-panel_4.8.3-3.dsc
 7e4183ea55ab5d236d67e22e0761c01c 10362 xfce optional 
xfce4-panel_4.8.3-3.debian.tar.gz
 2a1c7489f38fceb6902a63599c53db57 1182818 xfce optional 
xfce4-panel_4.8.3-3_amd64.deb
 5bd9f7bcaeb3b783b701cb25a4c74887 191838 xfce optional 
xfce4-panel-dev_4.8.3-3_amd64.deb
 f8fc0417fa80b5cd433ecfab156f7ffb 1193980 debug extra 
xfce4-panel-dbg_4.8.3-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJNzq9VAAoJEDBVD3hx7wuoDaQQAIE7MC/WJepjZowbBNuW2IKx
en9crDQfJKdTiDq1HAfQSvgEcXhzBv4IirnQ0uWju2P+CCXuabay2i8UM1jiMRIA
kCKJydGf12cItyaglkpUUs4fJ74VVEDwuF6nliiQv/Mto15R6Gp45Me2TLSeXmp3
BGhzCvlSIMzdXTPugmm7C/lKcrh1sbmFyprul0rTwHcqVyQ6wgTtwKH8zfMxqBTZ
INCIAQMVCvdMa+ZyzDZWHuKA/y8kzTNsbCoJ0KEemY+qDImmEwMohe/3FAiuqIMY
rExBrN01iVMADXCP0nhW0FmIO8heJX9nTn/Lf6K3HNUozt2QGzpZAYb3py9MyDmn
aDUrJZ9xPgFtlab/WSxwJwtKyCfnk6hgYKZxQrQzHW0zHXnelgdYyal/q9BIhTxt
Xy8/SZ6YqrLV7Kft04FXG0V0sxk5pFbEmVb9wYXeJ3fjlEFNMgqUkQt0ecobqGyA
/WTMDFxhsyXQkxWUaantjz8SQpb5d/NoNTCHnFLdcLqVaraICf5xz6ycl7VMtvvt
5odFiO2DJnhXDW8abNESHewrxYrgZgzQwn93UoGy6J7iWiDzaTQmpmXdn1AHLAd/
oleCNaR879LvD0spg92PgIpUBUPUfzSs87XlyaeQkzEk8Tjmrr+sNlu+Vo3lDLEd
BrEmRicMNrpQ/a8a/7uN
=KWhq
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-xfce-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel

Reply via email to