Package: gajim
Version: 0.13.4-3
Severity: wishlist
Tags: patch

Hello,

I think gajim should honnor the 'print_status_in_chats' config option 
even when in groupchat window (for the record I use this patch to 
remove incessant (de)connection message from IRC channels).


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gajim depends on:
ii  dnsutils               1:9.7.2.dfsg.P3-1 Clients provided with BIND
ii  libatk1.0-0            1.30.0-1          The ATK accessibility toolkit
ii  libc6                  2.11.2-7          Embedded GNU C Library: Shared lib
ii  libcairo2              1.8.10-6          The Cairo 2D vector graphics libra
ii  libfontconfig1         2.8.0-2.1         generic font configuration library
ii  libfreetype6           2.4.2-2.1         FreeType 2 font engine, shared lib
ii  libglib2.0-0           2.24.2-1          The GLib library of C routines
ii  libgtk2.0-0            2.20.1-2          The GTK+ graphical user interface 
ii  libpango1.0-0          1.28.3-1          Layout and rendering of internatio
ii  python                 2.6.6-3+squeeze3  interactive high-level object-orie
ii  python-glade2          2.17.0-4          GTK+ bindings: Glade support
ii  python-gtk2            2.17.0-4          Python bindings for the GTK+ widge
ii  python-support         1.0.11            automated rebuilding support for P

Versions of packages gajim recommends:
ii  dbus                          1.2.24-3   simple interprocess messaging syst
ii  notification-daemon           0.5.0-2    daemon to displays passive pop-up 
ii  python-crypto                 2.1.0-2    cryptographic algorithms and proto
ii  python-dbus                   0.83.1-1   simple interprocess messaging syst
ii  python-gnupginterface         0.3.2-9.1  Python interface to GnuPG (GPG)
ii  python-openssl                0.10-1     Python wrapper around the OpenSSL 

Versions of packages gajim suggests:
ii  aspell-en                     6.0-0-6    English dictionary for GNU Aspell
ii  avahi-daemon                  0.6.27-3   Avahi mDNS/DNS-SD daemon
pn  dvipng                        <none>     (no description available)
ii  gnome-keyring                 2.30.3-4   GNOME keyring services (daemon and
pn  libgtkspell0                  <none>     (no description available)
pn  nautilus-sendto               <none>     (no description available)
ii  network-manager               0.8.1-6    network management framework daemo
pn  python-avahi                  <none>     (no description available)
ii  python-gconf                  2.28.1-1   Python bindings for the GConf conf
ii  python-gnome2                 2.28.1-1   Python bindings for the GNOME desk
ii  python-gnomekeyring           2.30.0-4   Python bindings for the GNOME keyr
pn  python-kerberos               <none>     (no description available)
pn  python-sexy                   <none>     (no description available)
pn  texlive-latex-base            <none>     (no description available)

-- no debconf information
--- groupchat_control.py        2010-12-15 20:54:10.000000000 +0100
+++ groupchat_control.py.mine   2010-12-15 20:52:04.000000000 +0100
@@ -876,6 +876,8 @@
                                if self.parent_win:
                                        self.parent_win.redraw_tab(self, 
'newmsg')
                else:
+                       if not gajim.config.get('print_status_in_chats'):
+                               return
                        kind = 'status'
 
                if kind == 'incoming': # it's a message NOT from us

Reply via email to