From kde-devel Mon Aug 30 05:46:30 2004 From: Joe Roback Date: Mon, 30 Aug 2004 05:46:30 +0000 To: kde-devel Subject: Is it possible to hide a konq plugin menu entry? Message-Id: <501c1e0304082922463f87f02e () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=kde-devel&m=109384481119012 iRiver Ok, I have code ( that works ), connects to aboutToOpenURL() of KonqDirPart ( basically same idea as in smbmounter plugin in kdeaddons ) and does this: unplugActionList( "iriver_actionlist" ); plugActionList( "iriver_actionlist", iriver_actions ); if the protocol is "iriver:/", which works about 1/2 of what I want. I would to hide the "iRiver" menu until the "iriver:/" protocol is called. Can I do that? I tried putting my actions in the Tools menu, but I couldn't figure out how to put my actions where exactly in the menu I wanted and using separators wasn't working too nicely... I wouldn't mind just replacing the tools menu with my actionlist for my protocol and then putting back the old one, but that may not be worth the effort. Any thoughts? Any suggestions? Any help is greatly appreciated. cheers, joe -- 1.618 >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<