Re: Mandrake patched perl-GTK2 in a bad direction?



Hi All,

No I have enought power to rewrite this code to make the compatibility for all 
distribs, I mean for the CPAN versions...
But I have a question: if I change the uposition command to put command 
everywhere then will it fix this Mandrake bug?

Like here:

                        # Construct a Gtk2Entry 'setupwin_entry2' # username
                        $setupwin_entry2 = new Gtk2::Entry;
                        $setupwin_fixed2->put($setupwin_entry2, 8, 230 );
                        $setupwin_entry2->show;
                        #$setupwin_entry2->set_uposition(8, 276 );
                        $setupwin_entry2->set_size_request(264, 24 );
                        $setupwin_entry2->can_focus(1 );
                        $setupwin_entry2->set_text(_($user) );
                        $setupwin_entry2->set_max_length(0 );
                        $setupwin_entry2->set_visibility(1 );
                        $setupwin_entry2->set_editable(1 );
                        $setupwin_tooltips->set_tip($setupwin_entry2, _(lancolas($cl[98])));

Peter Simon 2005. Ãprilis 4. 20.39 dÃtummal ezt Ãrta:
Crooked reasoning in the long run... In our work we came very bad
cutback... Unfortunetly that's to point. I'm gonna never believe in
Mandrake...

Andrea Bravetti 2005. Ãprilis 4. 19.50 dÃtummal ezt Ãrta:
I'm 100% agree with you:
they should use 'use lib "/some/where/else"' in their scripts for theirs
and our convenience....

Their failing, in my opinion, is that they install their patched
modules inside the Perl tree in @INC, thus causing Gtk2-Perl
upgrades using pristine sources to break their tools, and causing
user-installed scripts to use modules whose behaviour differs
significantly from what they were developed with. Installing
their patched Gtk2-Perl outside @INC would have avoided all of
these problems.

Regards,

_______________________________________________
gtk-perl-list mailing list
gtk-perl-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

-- 
Sincerely

PÃter Simon (PepÃ)

GPRS Easy Connect team
simon peter linuxuser hu
http://www.easyconnect.linuxuser.hu



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