Bug#279937: marked as done (gtk2-engines-lighthouseblue: [PATCH] Radio buttons in GTKTreeView look the same whether checked or unchecked)

Debian Bug Tracking System owner@bugs.debian.org
Thu, 05 May 2005 04:33:17 -0700


Your message dated Thu, 05 May 2005 07:17:41 -0400
with message-id <E1DTeMP-0004kD-00@newraff.debian.org>
and subject line Bug#279937: fixed in gtk2-engines 1:2.6.3-1
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 6 Nov 2004 06:30:13 +0000
>From mightyquinn@letterboxes.org Fri Nov 05 22:30:13 2004
Return-path: <mightyquinn@letterboxes.org>
Received: from mxsf14.cluster1.charter.net [209.225.28.214] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CQK5U-0006jn-00; Fri, 05 Nov 2004 22:30:12 -0800
Received: from mxip20.cluster1.charter.net (mxip20a.cluster1.charter.net [209.225.28.150])
	by mxsf14.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id iA66TeKp032562
	for <submit@bugs.debian.org>; Sat, 6 Nov 2004 01:29:40 -0500
Received: from 66.188.40.113.bay.mi.chartermi.net (HELO [192.168.1.43]) (66.188.40.113)
  by mxip20.cluster1.charter.net with ESMTP; 06 Nov 2004 01:29:41 -0500
Message-Id: <3ds8t6$di2ed9@mxip20a.cluster1.charter.net>
X-Ironport-AV: i="3.86,123,1096862400"; 
   d="scan'208?_fix'208"; a="455162281:sNHT18904090"
Content-Type: multipart/mixed; boundary="===============0506652961=="
MIME-Version: 1.0
From: Dave Ahlswede <mightyquinn@letterboxes.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: gtk2-engines-lighthouseblue: [PATCH] Radio buttons in GTKTreeView look the
 same whether checked or unchecked
X-Mailer: reportbug 3.1
Date: Sat, 06 Nov 2004 01:29:38 -0500
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0506652961==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: gtk2-engines-lighthouseblue
Version: 2.8.1-1
Severity: normal
Tags: patch

Radio/Option button widgets embedded in a TreeView don't render properly in the Lighthouse blue engine--
They always appear checked. The Engine seems to be unmaintained upstream, so I'd like to submit
my one-line fix here.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-ck2
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)

Versions of packages gtk2-engines-lighthouseblue depends on:
ii  libatk1.0-0                 1.8.0-2      The ATK accessibility toolkit
ii  libc6                       2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libglib2.0-0                2.4.7-1      The GLib library of C routines
ii  libgtk2.0-0                 2.4.13-1da2  The GTK+ graphical user interface 
ii  libpango1.0-0               1.6.0-1      Layout and rendering of internatio

-- no debconf information

--===============0506652961==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="lighthouseblue_tree_radio_fix"

diff -ur gnome-themes-2.8.1/gtk-themes/LightHouseBlue/src/lighthouseblue_style.c ../gnome-themes-2.8.1/gtk-themes/LightHouseBlue/src/lighthouseblue_style.c
--- gnome-themes-2.8.1/gtk-themes/LightHouseBlue/src/lighthouseblue_style.c	2004-08-18 11:15:04 -0400
+++ ../gnome-themes-2.8.1/gtk-themes/LightHouseBlue/src/lighthouseblue_style.c	2004-11-06 01:05:19 -0500
@@ -810,7 +810,8 @@
 	{
 		
 		gdk_draw_arc(window, style->text_gc[state_type], FALSE, x, y, width, height, 0, 360 * 64);
-		gdk_draw_arc(window, style->text_gc[state_type], TRUE, x + 2, y + 2, width - 4, height - 4, 0, 360 * 64);
+			if (shadow_type == GTK_SHADOW_IN)
+				gdk_draw_arc(window, style->text_gc[state_type], TRUE, x + 2, y + 2, width - 4, height - 4, 0, 360 * 64);
 		
 		return;
 	}

--===============0506652961==--

---------------------------------------
Received: (at 279937-close) by bugs.debian.org; 5 May 2005 11:26:18 +0000
>From katie@ftp-master.debian.org Thu May 05 04:26:18 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DTeUk-0002JX-00; Thu, 05 May 2005 04:26:18 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DTeMP-0004kD-00; Thu, 05 May 2005 07:17:41 -0400
From: Josselin Mouette <joss@debian.org>
To: 279937-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#279937: fixed in gtk2-engines 1:2.6.3-1
Message-Id: <E1DTeMP-0004kD-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Thu, 05 May 2005 07:17:41 -0400
Delivered-To: 279937-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: gtk2-engines
Source-Version: 1:2.6.3-1

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

gtk2-engines-crux_2.6.3-1_i386.deb
  to pool/main/g/gtk2-engines/gtk2-engines-crux_2.6.3-1_i386.deb
gtk2-engines-highcontrast_2.6.3-1_i386.deb
  to pool/main/g/gtk2-engines/gtk2-engines-highcontrast_2.6.3-1_i386.deb
gtk2-engines-lighthouseblue_2.6.3-1_i386.deb
  to pool/main/g/gtk2-engines/gtk2-engines-lighthouseblue_2.6.3-1_i386.deb
gtk2-engines-metal_2.6.3-1_i386.deb
  to pool/main/g/gtk2-engines/gtk2-engines-metal_2.6.3-1_i386.deb
gtk2-engines-mist_2.6.3-1_i386.deb
  to pool/main/g/gtk2-engines/gtk2-engines-mist_2.6.3-1_i386.deb
gtk2-engines-redmond95_2.6.3-1_i386.deb
  to pool/main/g/gtk2-engines/gtk2-engines-redmond95_2.6.3-1_i386.deb
gtk2-engines-thinice_2.6.3-1_i386.deb
  to pool/main/g/gtk2-engines/gtk2-engines-thinice_2.6.3-1_i386.deb
gtk2-engines_2.6.3-1.diff.gz
  to pool/main/g/gtk2-engines/gtk2-engines_2.6.3-1.diff.gz
gtk2-engines_2.6.3-1.dsc
  to pool/main/g/gtk2-engines/gtk2-engines_2.6.3-1.dsc
gtk2-engines_2.6.3.orig.tar.gz
  to pool/main/g/gtk2-engines/gtk2-engines_2.6.3.orig.tar.gz



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 279937@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Josselin Mouette <joss@debian.org> (supplier of updated gtk2-engines 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu,  5 May 2005 12:02:09 +0200
Source: gtk2-engines
Binary: gtk2-engines-thinice gtk2-engines-redmond95 gtk2-engines-metal gtk2-engines-crux gtk2-engines-mist gtk2-engines-lighthouseblue gtk2-engines-highcontrast
Architecture: source i386
Version: 1:2.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Ed Boraas <ed@debian.org>
Changed-By: Josselin Mouette <joss@debian.org>
Description: 
 gtk2-engines-crux - the Crux theme engine for GTK+ 2.x
 gtk2-engines-highcontrast - High contrast GTK+ 2.x theme engine
 gtk2-engines-lighthouseblue - LighthouseBlue theme for GTK+ 2.x
 gtk2-engines-metal - Metallic theme for GTK+ 2.x
 gtk2-engines-mist - flat theme for GTK+ 2.x
 gtk2-engines-redmond95 - Windows-like theme for GTK+ 2.x
 gtk2-engines-thinice - the ThinIce theme engine for GTK+ 2.x
Closes: 279937
Changes: 
 gtk2-engines (1:2.6.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Pass -Bsymbolic to ld, to avoid namespace conflicts with random software.
   * lighthouseblue_tree_radio.patch: patch from Dave Ahlswede
     <mightyquinn@letterboxes.org> to display correctly radio buttons in
     GtkTreeView (closes: #279937).
Files: 
 7834d04b1833a35e9a57c12b837ca507 1632 gnome optional gtk2-engines_2.6.3-1.dsc
 68c14224f84a81c5fe00d94284326057 656626 gnome optional gtk2-engines_2.6.3.orig.tar.gz
 2afc19636498001061d1d6c038273d60 28334 gnome optional gtk2-engines_2.6.3-1.diff.gz
 0c560352548bef6ff7dd8b31768f3aef 71978 gnome optional gtk2-engines-crux_2.6.3-1_i386.deb
 7725ed9520e93a38ee9f7da83312b45c 24134 gnome optional gtk2-engines-highcontrast_2.6.3-1_i386.deb
 f05af75846f3f52704979cc65021f4a9 32904 gnome optional gtk2-engines-lighthouseblue_2.6.3-1_i386.deb
 24183ea793fa44637e2fbbbd62597b77 32152 gnome optional gtk2-engines-metal_2.6.3-1_i386.deb
 55dce10592f5cc0a407ded1aaf6685f5 25342 gnome optional gtk2-engines-mist_2.6.3-1_i386.deb
 39d6ce4fbfa8b7569ca1937acf6efca2 31388 gnome optional gtk2-engines-redmond95_2.6.3-1_i386.deb
 1c872a6ae011138fe344ea5e18204c81 27226 gnome optional gtk2-engines-thinice_2.6.3-1_i386.deb

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

iD8DBQFCefmFrSla4ddfhTMRApnKAKCfszs7PFjFpYWzh+Ce4tT4JGabrgCg/geJ
2u1YeXBIbGiWxPJ1ZtSg9UA=
=fpvB
-----END PGP SIGNATURE-----