Your message dated Fri, 21 Apr 2006 09:47:23 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#362475: fixed in xchat-systray 2.4.5-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xchat-systray
Version: 2.4.5-3
Severity: normal


GTK and GNOME system tray enabled programs use a single click to display 
or hide their window. XChat doesn't follow this policy and instead uses 
a double click to show/hide. Examples of programs which use signle 
click (other programs I have in systray):banshee/rhythmbox sylpheed 
skype ekiga gaim.

Patch from rpm package by Paul W. Frields:
--- xchat-systray-integration-2.4.5-original/src/menu.c 2004-04-30 
08:38:10.000000000 -0400                                       
+++ xchat-systray-integration-2.4.5/src/menu.c  2005-06-01 
14:01:56.000000000 -0400                                               
@@ -68,13 +68,16 @@                                                             
                                                  
 {                                                                              
                                                  
                                                                                
                                                  
        //mouse wheel or middle click + left double click                       
                                                  
-       if ( (event->button == 1 && event->type == GDK_2BUTTON_PRESS) 
||event->button == 2) {                                     
+  /* PWF: Let's use a single click like the rest of the GNOME apps             
                                                  
+        if ( (event->button == 1 && event->type == GDK_2BUTTON_PRESS) 
||event->button == 2) {                                    
+  */                                                                           
                                                  
+       if ( event->button == 1 || event->button == 2) {                        
                                                  
                if (status == 0) tray_restore();                                
                                                  
                else tray_minimize();                                           
                                                  
        }                                                                       
                                                  
                                                                                
                                                  
        //single click gives focus only                                         
                                                  
-       if (event->button == 1) select_event_tab(FALSE);                        
                                                  
+       // if (event->button == 1) select_event_tab(FALSE);                     
                                                  
                                                                                
                                                  
        //mouse right click                                                     
                                                  
        if (event->button == 3) {


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)

Versions of packages xchat-systray depends on:
ii  libatk1.0-0                  1.11.4-1    The ATK accessibility toolkit
ii  libc6                        2.3.6-6     GNU C Library: Shared libraries
ii  libcairo2                    1.0.4-1     The Cairo 2D vector graphics libra
ii  libfontconfig1               2.3.2-5.1   generic font configuration library
ii  libglib2.0-0                 2.10.2-1    The GLib library of C routines
ii  libgtk2.0-0                  2.8.16-1    The GTK+ graphical user interface 
ii  libpango1.0-0                1.12.0-2    Layout and rendering of internatio
ii  libx11-6                     2:1.0.0-6   X11 client-side library
ii  libxcursor1                  1.1.5.2-2   X cursor management library
ii  libxext6                     1:1.0.0-3   X11 miscellaneous extension librar
ii  libxi6                       1:1.0.0-3   X11 Input extension library
ii  libxinerama1                 1:1.0.1-2   X11 Xinerama extension library
ii  libxrandr2                   2:1.1.0.2-3 X11 RandR extension library
ii  libxrender1                  1:0.9.0.2-2 X Rendering Extension client libra
ii  xchat                        2.6.1-1     IRC client for X similar to AmIRC

xchat-systray recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: xchat-systray
Source-Version: 2.4.5-4

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

xchat-systray_2.4.5-4.diff.gz
  to pool/main/x/xchat-systray/xchat-systray_2.4.5-4.diff.gz
xchat-systray_2.4.5-4.dsc
  to pool/main/x/xchat-systray/xchat-systray_2.4.5-4.dsc
xchat-systray_2.4.5-4_powerpc.deb
  to pool/main/x/xchat-systray/xchat-systray_2.4.5-4_powerpc.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.
David Moreno Garza <[EMAIL PROTECTED]> (supplier of updated xchat-systray 
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: SHA1

Format: 1.7
Date: Fri, 21 Apr 2006 11:34:55 -0500
Source: xchat-systray
Binary: xchat-systray
Architecture: source powerpc
Version: 2.4.5-4
Distribution: unstable
Urgency: low
Maintainer: David Moreno Garza <[EMAIL PROTECTED]>
Changed-By: David Moreno Garza <[EMAIL PROTECTED]>
Description: 
 xchat-systray - xchat systray notification icon
Closes: 362475
Changes: 
 xchat-systray (2.4.5-4) unstable; urgency=low
 .
   * Added patch to make X-Chat window hide/display on single click.
     - Thanks to Vincent van Adrighem (Closes: #362475).
Files: 
 7320727eeb8514f8855e931a175b1cd3 618 net optional xchat-systray_2.4.5-4.dsc
 c40c25eab3cf260b04ce76e0d0843dfa 10397 net optional 
xchat-systray_2.4.5-4.diff.gz
 c96ec2ad3c0fc6648d2995fed809d2da 52918 net optional 
xchat-systray_2.4.5-4_powerpc.deb

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

iD8DBQFESQoTmBxf18ZxJX0RAm2jAKCjIadHjCLxgcdmVgp0wEOkPvMsAwCgm4zo
mL1amV9LjjiA8jNvjeUYDAg=
=DY9Q
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to