Re: [pygtk] 2 Typos in gtk.py

2000-02-19 Thread James Henstridge

I have applied the fix.  It will be included in the next release.  Thanks.

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Sat, 19 Feb 2000, Martin Preishuber wrote:

> Matt Wilson wrote:
> 
> > I don't see the problem in the latest release.  What are you looking
> > at? 1.0.51?
> > 
> > Matt
> 
> hmmm line wrapping fault:
> 
> > > def get_hadjustment(self):
> > > return GtkAdjusment(_obj=
> 
>  ^^ here's the t missing
> 
> > > def get_vadjustment(self):
> > > return GtkAdjusment(_obj=
> > >
>  ^ and here
> 
> it's in 1.0.51 and in the cvs version
> 
> Martin
> 
> -- 
> Martin Preishuber - Student, ECLiPt Core Member, SysAdmin
> http://eclipt.uni-klu.ac.at,
> mailto:[EMAIL PROTECTED]
> 
> ... I want to perform cranial activities with Tuesday Weld!!
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
> 

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



Re: pygnome 1.0.51 was Re: [pygtk] 2 Typos in gtk.py

2000-02-19 Thread James Henstridge

I think the spec files should be up to date in the newer
pygtk/gnome-python.  Just run:
  rpm -ta gnome-python-1.0.51.tar.gz
instead of
  rpm --rebuild gnome-python-1.0.51-1.src.rpm

This seems just as easy as supplying srpms.

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Sat, 19 Feb 2000, Hassan Aurag wrote:

> 
>  Btw,
> 
>  Any news of redhat rpms srpms for the new package?
> 
>  I think we should have a repository of srpms (no rpms needed since 
> many arch's)
> kept up-to-date by rhlabs if possible?
> 
>  I really don't like to use tar.gz for file tracking reasons, like : 
> what the heck is this file doing here? What does it do?
> 
> 
>  Thanks
> 
> H. Aurag
> 
> 
> 
> 
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
> 

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



Re: pygnome 1.0.51 was Re: [pygtk] 2 Typos in gtk.py

2000-02-19 Thread Martin Preishuber

Hassan Aurag wrote:
> 
>  Btw,
> 
>  Any news of redhat rpms srpms for the new package?
> 
>  I think we should have a repository of srpms (no rpms needed since
> many arch's)
> kept up-to-date by rhlabs if possible?
> 
>  I really don't like to use tar.gz for file tracking reasons, like :
> what the heck is this file doing here? What does it do?
> 
>  Thanks

I always make rpms of current versions of pygtk/gnome-python ... you
can find it at

ftp://eclipt.uni-klu.ac.at/pub/people/mpreishu/

Martin

-- 
Martin Preishuber - Student, ECLiPt Core Member, SysAdmin
http://eclipt.uni-klu.ac.at,
mailto:[EMAIL PROTECTED]

... I want to perform cranial activities with Tuesday Weld!!
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



pygnome 1.0.51 was Re: [pygtk] 2 Typos in gtk.py

2000-02-19 Thread Hassan Aurag


 Btw,

 Any news of redhat rpms srpms for the new package?

 I think we should have a repository of srpms (no rpms needed since 
many arch's)
kept up-to-date by rhlabs if possible?

 I really don't like to use tar.gz for file tracking reasons, like : 
what the heck is this file doing here? What does it do?


 Thanks

H. Aurag




To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



Re: [pygtk] 2 Typos in gtk.py

2000-02-19 Thread Martin Preishuber

Matt Wilson wrote:

> I don't see the problem in the latest release.  What are you looking
> at? 1.0.51?
> 
> Matt

hmmm line wrapping fault:

> > def get_hadjustment(self):
> > return GtkAdjusment(_obj=

 ^^ here's the t missing

> > def get_vadjustment(self):
> > return GtkAdjusment(_obj=
> >
 ^ and here

it's in 1.0.51 and in the cvs version

Martin

-- 
Martin Preishuber - Student, ECLiPt Core Member, SysAdmin
http://eclipt.uni-klu.ac.at,
mailto:[EMAIL PROTECTED]

... I want to perform cranial activities with Tuesday Weld!!
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



Re: [pygtk] 2 Typos in gtk.py

2000-02-19 Thread Matt Wilson

I don't see the problem in the latest release.  What are you looking
at? 1.0.51?

Matt
On Sat, Feb 19, 2000 at 03:40:38PM +0100, Martin Preishuber wrote:
> Hi,
> 
> Still not knowing how to get the height of the title column of
> the clist widget I'm playing around a lot and found 2 typos
> in gtk.py (~line 1258, GtkCList):
> 
> def get_hadjustment(self):
> return GtkAdjusment(_obj=
>
> _gtk.gtk_clist_get_hadjustment(self._o))
> 
>  ^ should be GtkAdjustment (t is missing)
> 
> def get_vadjustment(self):
> return GtkAdjusment(_obj=
>
> _gtk.gtk_clist_get_vadjustment(self._o))
> 
>  ^ same here
> 
> btw. I'd still be happy if anyone could give me some idea 
> for getting the column height of the title column ;-)
> 
> Martin
> 
> -- 
> Martin Preishuber - Student, ECLiPt Core Member, SysAdmin
> http://eclipt.uni-klu.ac.at,
> mailto:[EMAIL PROTECTED]
> 
> ... I want to perform cranial activities with Tuesday Weld!!
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]



[pygtk] 2 Typos in gtk.py

2000-02-19 Thread Martin Preishuber

Hi,

Still not knowing how to get the height of the title column of
the clist widget I'm playing around a lot and found 2 typos
in gtk.py (~line 1258, GtkCList):

def get_hadjustment(self):
return GtkAdjusment(_obj=
   
_gtk.gtk_clist_get_hadjustment(self._o))

 ^ should be GtkAdjustment (t is missing)

def get_vadjustment(self):
return GtkAdjusment(_obj=
   
_gtk.gtk_clist_get_vadjustment(self._o))

 ^ same here

btw. I'd still be happy if anyone could give me some idea 
for getting the column height of the title column ;-)

Martin

-- 
Martin Preishuber - Student, ECLiPt Core Member, SysAdmin
http://eclipt.uni-klu.ac.at,
mailto:[EMAIL PROTECTED]

... I want to perform cranial activities with Tuesday Weld!!
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]