[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#115527: marked as done (libgnome-perl: Gnome::About has authors as scaler while everything else is string)



Your message dated Fri, 05 Mar 2004 02:25:24 -0800
with message-id <87znav3817.fsf@fire-swamp.net>
and subject line libgnome-perl: Gnome::About has authors as scaler while everything else is string
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 maintonly) by bugs.debian.org; 14 Oct 2001 05:55:42 +0000
>From fsblk@aurora.uaf.edu Sun Oct 14 00:55:42 2001
Return-path: <fsblk@aurora.uaf.edu>
Received: from uaf-du-04-09.alaska.edu (greenwood) [137.229.8.89] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15seFQ-0004Qt-00; Sun, 14 Oct 2001 00:55:42 -0500
Received: from bkerin by greenwood with local (Exim 3.32 #1 (Debian))
	id 15seF5-0006bL-00; Sat, 13 Oct 2001 21:55:19 -0800
From: Britton Leo Kerin <fsblk@aurora.uaf.edu>
To: Debian Bug Tracking System <maintonly@bugs.debian.org>
Subject: libgnome-perl: Gnome::About has authors as scaler while everything else is string
X-Reportbug-Version: 1.31
X-Mailer: reportbug 1.31
Date: Sat, 13 Oct 2001 21:55:14 -0800
Message-Id: <E15seF5-0006bL-00@greenwood>
Sender: Britton Leo Kerin <bkerin@greenwood>
Delivered-To: maintonly@bugs.debian.org

Package: libgnome-perl
Version: 0.7008-1
Severity: minor

Mayby its not a bug, if I'm confused I'm sorry, but this from man
Gnome::reference seems really strange:

Gnome::About

       Gnome::About Gnome::About->new ($title, $version, $copy­
       right, $authors, $comments, $logo)

       · $title (string)
       · $version (string)
       · $copyright (string)
       · $authors (scalar)
       · $comments (string)
       · $logo (string)

Why should authos be a scalar when everything else in sight is string?


-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux greenwood 2.4.5 #1 Sat May 26 18:32:34 AKDT 2001 i686
Locale: LANG=C, LC_CTYPE=

Versions of packages libgnome-perl depends on:
ii  gdk-imlib1                    1.9.11-3   Gdk-Imlib is an imaging library fo
ii  libart2                       1.4.1.2-3  The Gnome canvas widget
ii  libaudiofile0                 0.2.2-2    The Audiofile Library
ii  libc6                         2.2.4-3    GNU C Library: Shared libraries an
ii  libdb3                        3.2.9-11   Berkeley v3 Database Libraries [ru
ii  libesd0                       0.2.22-6   Enlightened Sound Daemon - Shared 
ii  libglib1.2                    1.2.10-1.2 The GLib library of C routines
ii  libgnome32                    1.4.1.2-3  The Gnome libraries
ii  libgnomesupport0              1.4.1.2-3  The Gnome libraries (Support libra
ii  libgnomeui32                  1.4.1.2-3  The Gnome libraries (User Interfac
ii  libgtk-imlib-perl             0.7008-1   Perl module for the gdkimlib libra
ii  libgtk-perl                   0.7008-1   Perl module for the gtk+ library
ii  libgtk1.2                     1.2.10-2   The GIMP Toolkit set of widgets fo
ii  libzvt2                       1.4.1.2-3  The Gnome zvt (zterm) widget
ii  perl                          5.6.1-5    Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.6.1]     5.6.1-5    The Pathologically Eclectic Rubbis
ii  xlibs                         4.1.0-7    X Window System client libraries


---------------------------------------
Received: (at 115527-done) by bugs.debian.org; 5 Mar 2004 10:25:52 +0000
>From gibreel@debian.org Fri Mar 05 02:25:52 2004
Return-path: <gibreel@debian.org>
Received: from dhcp64-134-66-83.four.sjc.wayport.net (pooh.fire-swamp.net) [64.134.66.83] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AzCWe-0000No-00; Fri, 05 Mar 2004 02:25:52 -0800
Received: from srz by pooh.fire-swamp.net with local (Exim 3.36 #1 (Debian))
	id 1AzCWD-0004xe-00
	for <115527-done@bugs.debian.org>; Fri, 05 Mar 2004 02:25:25 -0800
To: 115527-done@bugs.debian.org
Subject: Re: libgnome-perl: Gnome::About has authors as scaler while
 everything else is string
From: Stephen Zander <gibreel@pobox.com>
Date: Fri, 05 Mar 2004 02:25:24 -0800
Message-ID: <87znav3817.fsf@fire-swamp.net>
User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through
 Obscurity, linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Stephen Zander <gibreel@debian.org>
Delivered-To: 115527-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_01 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no 
	version=2.60-bugs.debian.org_2004_03_01
X-Spam-Level: 


The authors parameter in the Gnome::About->new() method call is
described as a scalar in the documentation because it's capable of
taking different argument types.

If you pass a string in this parameter you get a single line of text
in the dialog box.  However if you pas an array-ref, you can include
multiple lines in the dialog box.

Unfortunately, both because of the way you do argument passing in XS
code and because most of the libgtk-perl documentation is automatic
generated, there no easy way to reflect this in the documentation.

-- 
Stephen

"Farcical aquatic ceremonies are no basis for a system of government!"



Reply to: