Re: Adding entry to applet's popup menu



Am Mon, 2003-07-21 um 04.41 schrieb Pierre Sarrazin:

> static const gchar *applet_menu_xml =
> "<Root>\n"
> "    <popups>\n"
> "        <popup name=\"button3\">\n"
> "            <menuitem\n"
> "                name=\"Verbiste About Item\"\n"
> "                verb=\"VerbisteAbout\"\n"
> "                _label=\"_About...\"\n"
> "                pixtype=\"stock\"\n"
> "                pixname=\"gnome-stock-about\"\n"
> "                />\n"
> "        </popup>\n"
> "    </popups>\n"
> "</Root>\n"
> ;
> 

Hi,

remove the

"<Root>\n"
"    <popups>\n"
"    </popups>\n"
"</Root>\n"

caus this part of the path is set automaticaly by libpanelapplet. Rest seems OK to me.

Cheers
detlef




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