Re: A little fix for Gtk2::Dialog

2005-07-24 Thread muppet
On Jul 21, 2005, at 6:21 PM, A. Pagaltzis wrote: * muppet <[EMAIL PROTECTED]> [2005-07-21 23:10]: That's an oversight. We have our own producct at http://bugzilla.gnome.org . Where's the obvious place on gtk2-perl.sf.net to put that link? "Links"? In the navigation to the right, I’d say,

Re: A little fix for Gtk2::Dialog

2005-07-21 Thread A. Pagaltzis
* muppet <[EMAIL PROTECTED]> [2005-07-21 23:10]: > That's an oversight. We have our own producct at > http://bugzilla.gnome.org . Where's the obvious place on > gtk2-perl.sf.net to put that link? "Links"? In the navigation to the right, I’d say, not burried somewhere on a page. Gtk2-Perl is, aft

Re: A little fix for Gtk2::Dialog

2005-07-21 Thread muppet
LoneFox said: > - new_order[i - 1] = SvIV (ST (i)); > + new_order[i - 1] = sv_to_response_id(ST (i)); Nice catch. If Torsten doesn't beat me to it, i'll look into that one when i get home from work. > BTW, is this list the correct place for bug repor

A little fix for Gtk2::Dialog

2005-07-21 Thread LoneFox
Hello, Gtk2::Dialog::set_alternative_button_order complains about responce id strings, looks like someone has forgotten to add support for them. I don't know this xs stuff but I managed to fix it by copying from some other function that uses response ids: diff -ur Gtk2-1.092-orig/xs/GtkDialog.xs