Re: Extension compile error
- From: Lorenzo Milesi <lorenzo milesi yetopen it>
- To: Stephane Delcroix <stephane delcroix org>
- Cc: f-spot Mailing list <f-spot-list gnome org>
- Subject: Re: Extension compile error
- Date: Mon, 22 Oct 2007 13:57:03 +0200
Stephane Delcroix ha scritto:
> doesn't look like a linking issue. what's the faulty line (73) in your
> file ?
>
the second line:
TagMenu tagmenu = new TagMenu (null,
MainWindow.Toplevel.Database.Tags);
tagmenu.Append (new MenuItem (Catalog.GetString
("Select Tag")));
error CS1502: The best overloaded method match for
`Gtk.MenuShell.Append(Gtk.Widget)' has some invalid arguments
error CS1503: Argument 1: Cannot convert type `Gtk.MenuItem' to `Gtk.Widget'
few lines below
Gtk.OptionMenu tag_option_menu = new
Gtk.OptionMenu();
tag_option_menu.Menu = tagmenu;
on the second line the following error:
error CS0029: Cannot implicitly convert type `TagMenu' to `Gtk.Widget'
I think they're related (at least the cause).
thanks
maxxer
--
Lorenzo Milesi - lorenzo milesi yetopen it
YetOpen S.r.l. - http://www.yetopen.it/
C.so E. Filiberto, 74 23900 Lecco - ITALY -
Tel 0341 220 205 - Fax 178 607 8199
GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it
-------- D.Lgs. 196/2003 --------
Si avverte che tutte le informazioni contenute in questo messaggio sono
riservate ed a uso esclusivo del destinatario. Nel caso in cui questo
messaggio Le fosse pervenuto per errore, La invitiamo ad eliminarlo
senza copiarlo, a non inoltrarlo a terzi e ad avvertirci non appena
possibile.
Grazie.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]