[RkWard-devel] 'bug in RKWard 0.3.0: file 'rkward/settings/rksettingsmodulephp.cpp'

Pierre ECOCHARD pierre.ecochard at gmail.com
Sat Nov 20 08:23:46 UTC 2004


Thanks for the bug report. This is now fixed in the CVS.


On Fri, 19 Nov 2004 21:15:22 +0100, Pedro Cesar Alvarez
<pedroc at eio.uva.es> wrote:
> 
> Hi again,
> 
> Although I have no knowledge of C++/Qt/..., yesterday when I compiled
> succesfully RKward 0.3.0 I had problems setting the php modules directory.
> Lookint at the file rksettingsmodulephp.cpp, lines 48-50, I found
> 
> ----------------------------------------------------------------------------------------------------
> connect (bin_choser, SIGNAL (locationChanged ()), this, SLOT (pathChanged
> ()));
>         main_vbox->addWidget (files_choser);
> ----------------------------------------------------------------------------------------------------
> 
> and I obviously changed by [bin_choser-->files_choser]:
> 
> ---------------------------------------------------------------------------------------------------
> connect (files_choser, SIGNAL (locationChanged ()), this, SLOT (pathChanged
> ()));
>         main_vbox->addWidget (files_choser);
> 
>         main_vbox->addStretch ();
> ---------------------------------------------------------------------------------------------------
> 
> I don't know if the line 50 I've added is necessary, I've just followed the
> logic of the previous lines.
> 
> Hope it helps.
> 
> --
> -----------------------------------------------------
>         Pedro César Alvarez Esteban
> -----------------------------------------------------




More information about the Rkward-devel mailing list