[#7708] Bug in libsnmp-ruby1.8 — Hadmut Danisch <hadmut@...>

Hi,

8 messages 2006/04/11
[#7709] Re: Bug in libsnmp-ruby1.8 — Eric Hodel <drbrain@...7.net> 2006/04/11

On Apr 11, 2006, at 6:23 AM, Hadmut Danisch wrote:

[#7770] Re: possible defect in array.c — "Brown, Warren" <warrenbrown@...>

> rb_range_beg_len (in range.c) does set beg and len.

13 messages 2006/04/26
[#7771] Re: possible defect in array.c — "Pat Eyler" <rubypate@...> 2006/04/26

On 4/26/06, Brown, Warren <warrenbrown@aquire.com> wrote:

[PATCH] TkPanedWindow.sash_dragto

From: "Chris Alfeld" <chris.alfeld@...>
Date: 2006-04-05 19:17:02 UTC
List: ruby-core #7681
Fixes TkPanedWindow.sash_dragto.  Minor fix, probably just fixing a typo:

Index: panedwindow.rb
===================================================================
RCS file: /src/ruby/ext/tk/lib/tk/panedwindow.rb,v
retrieving revision 1.5
diff -u -r1.5 panedwindow.rb
--- panedwindow.rb	25 May 2005 11:09:58 -0000	1.5
+++ panedwindow.rb	5 Apr 2006 19:14:58 -0000
@@ -63,7 +63,7 @@
   def sash_coord(index)
     list(tk_send('sash', 'coord', index))
   end
-  def sash_dragto(index)
+  def sash_dragto(index, x, y)
     tk_send('sash', 'dragto', index, x, y)
     self
   end

Attachments (1)

panedwindow.patch (501 Bytes, text/x-diff)
Index: panedwindow.rb
===================================================================
RCS file: /src/ruby/ext/tk/lib/tk/panedwindow.rb,v
retrieving revision 1.5
diff -u -r1.5 panedwindow.rb
--- panedwindow.rb	25 May 2005 11:09:58 -0000	1.5
+++ panedwindow.rb	5 Apr 2006 19:14:58 -0000
@@ -63,7 +63,7 @@
   def sash_coord(index)
     list(tk_send('sash', 'coord', index))
   end
-  def sash_dragto(index)
+  def sash_dragto(index, x, y)
     tk_send('sash', 'dragto', index, x, y)
     self
   end

In This Thread

Prev Next