By changing lines 25 and 26 of general_panel.c to

        etk_combobox_column_add(ETK_COMBOBOX(pnl->cmbox_ethernet),
ETK_COMBOBOX_IMAGE, 25, ETK_FALSE,   0.5);
       etk_combobox_column_add(ETK_COMBOBOX(pnl->cmbox_ethernet),
ETK_COMBOBOX_LABEL, 25, ETK_FALSE,  0.5);


I'm successfully able to run the program -- quite nice from my first
impression.  Great work

--ZGold

On 3/18/07, Zachary Goldberg <[EMAIL PROTECTED]> wrote:
> Hey, just tried to test out your program.  Unfortunatly it won't
> compile due to the following error:
>
>
> src/general_panel.c:26: error: too many arguments to function
> 'etk_combobox_column_add'
>
> I believe this is an error due to a (very) recent API change within etk.
>
> --ZGold
>
>
> On 3/18/07, watchwolf <[EMAIL PROTECTED]> wrote:
> > hello,
> >
> > I want present you a new application writed with etk for E17.
> > The application can have some bugs for you as segv :p . The code is not
> > perfect, I need to add some tests & errors outputs. The next steps,
> > before add new functions, is to clean/correct the code.
> >
> > You can see screenshots & the source code on my blog.
> > http://watchwolf.fr/index.php?post/2007/03/18/%5BE17-Network-manager%
> > 5D-Pesentation
> >
> > To compile us this makefile: etk/Makefile.
> >
> > --
> > powered by gnu/linux
> >
> > -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> >
> >
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to