Your message dated Wed, 17 Aug 2005 19:02:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#301002: fixed in galternatives 0.12
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; 23 Mar 2005 08:41:46 +0000
>From [EMAIL PROTECTED] Wed Mar 23 00:41:46 2005
Return-path: <[EMAIL PROTECTED]>
Received: from fntoska004005.oska.fnt.adsl.ppp.infoweb.ne.jp (zn.dyn.osj.net) 
[222.158.254.165] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DE1Qv-0005jk-00; Wed, 23 Mar 2005 00:41:45 -0800
Received: from zn.dyn.osj.net.smtp.mail.test (localhost.localdomain [127.0.0.1])
        by zn.dyn.osj.net (Postfix) with ESMTP id 6F107489C1C
        for <[EMAIL PROTECTED]>; Wed, 23 Mar 2005 17:41:13 +0900 (JST)
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
From: Kazuhiro NISHIYAMA <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: galternatives: priorities should be sorted by numeric order
X-Mailer: reportbug 3.8
Date: Wed, 23 Mar 2005 17:36:54 +0900
User-Agent: Wanderlust/2.11.30 (Wonderwall) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 
(Marutamachi) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI)
Content-Type: text/plain; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: galternatives
Version: 0.11
Severity: wishlist
Tags: patch

Priorities in options_tv should be sorted by numeric order,
and I want to be right-justified.

--- /usr/lib/python2.3/site-packages/galternatives/main.py      2004-12-08 
10:55:37.000000000 +0900
+++ galternatives/main.py       2005-03-23 17:23:00.782119753 +0900
@@ -99,7 +99,7 @@
         # tree for options for each alternative
         self.options_tv = self.gui.get_widget ('options_tv')
         self.options_model = gtk.TreeStore (gobject.TYPE_BOOLEAN,
-                                            gobject.TYPE_STRING,
+                                            gobject.TYPE_INT,
                                             gobject.TYPE_STRING)
         self.options_model.set_sort_column_id (self.PRIORITY,
                                                gtk.SORT_DESCENDING)
@@ -319,6 +319,7 @@
         self.options_tv.append_column (column)
 
         cell_renderer = gtk.CellRendererText ()
+        cell_renderer.set_property ('xalign', 0.9)
         column = gtk.TreeViewColumn (_('Priority'), cell_renderer,
                                      text=self.PRIORITY)
         column.set_sort_order (gtk.SORT_DESCENDING)
@@ -394,7 +395,7 @@
             iter = self.options_model.append (None)
             self.options_model.set (iter,
                                     self.CHOICE, is_chosen,
-                                    self.PRIORITY, option['priority'],
+                                    self.PRIORITY, int(option['priority']),
                                     self.OPTIONS, option['path'])
 
         # selects the first alternative on the list


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)

Versions of packages galternatives depends on:
ii  python                        2.3.5-1    An interactive high-level object-o
ii  python-glade2                 2.4.1-2    GTK+ bindings: Glade support

-- no debconf information

---------------------------------------
Received: (at 301002-close) by bugs.debian.org; 18 Aug 2005 02:20:05 +0000
>From [EMAIL PROTECTED] Wed Aug 17 19:20:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E5ZjL-0002Tq-00; Wed, 17 Aug 2005 19:02:07 -0700
From: Gustavo Noronha Silva <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#301002: fixed in galternatives 0.12
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 17 Aug 2005 19:02:07 -0700
Delivered-To: [EMAIL PROTECTED]
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-Level: 
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-CrossAssassin-Score: 3

Source: galternatives
Source-Version: 0.12

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

galternatives_0.12.dsc
  to pool/main/g/galternatives/galternatives_0.12.dsc
galternatives_0.12.tar.gz
  to pool/main/g/galternatives/galternatives_0.12.tar.gz
galternatives_0.12_all.deb
  to pool/main/g/galternatives/galternatives_0.12_all.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.
Gustavo Noronha Silva <[EMAIL PROTECTED]> (supplier of updated galternatives 
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: Wed, 17 Aug 2005 22:41:25 -0300
Source: galternatives
Binary: galternatives
Architecture: source all
Version: 0.12
Distribution: unstable
Urgency: low
Maintainer: Gustavo Noronha Silva <[EMAIL PROTECTED]>
Changed-By: Gustavo Noronha Silva <[EMAIL PROTECTED]>
Description: 
 galternatives - graphical setup tool for the alternatives system
Closes: 298520 301002 314398
Changes: 
 galternatives (0.12) unstable; urgency=low
 .
   * debian/galternatives.menu:
   - accepted patch by Guilherme de S. Pastore <[EMAIL PROTECTED]>
     to fix the misuse of the hints field (Closes: #314398)
   * translations/fr.po:
   - updated by Christian Perrier <[EMAIL PROTECTED]> (Closes: #298520)
   * galternatives/main.py:
   - accepted patch by Kazuhiro NISHIYAMA <[EMAIL PROTECTED]> to sort
     by priority and right-align it (Closes: #301002)
   * debian/control:
   - increased Standards-Version with no changes
Files: 
 e68400278de8136c4134b1c2836971ff 550 admin optional galternatives_0.12.dsc
 0ed6f0db032be7b27e4edb5814182d29 26127 admin optional galternatives_0.12.tar.gz
 62c21c60cab8f4cc4e26a3769f24634e 26124 admin optional 
galternatives_0.12_all.deb

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

iD8DBQFDA+fjt1anjIgqbEsRAj50AKCYCKdzFaCdtDZFq0HxYpX5mNqviQCgjIEE
6GTH1/qd4rY+n8LuB8olrYc=
=4+mL
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to