From: SourceForge.net <no...@so...> - 2005-06-30 04:16:26
|
Patches item #1223447, was opened at 2005-06-18 23:34 Message generated for change (Settings changed) made by rlaager You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1223447&group_id=235 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Richard Laager (rlaager) Assigned to: Richard Laager (rlaager) Summary: Buddy Node Action Sensitivity Initial Comment: This patch sets the sensitivity to FALSE (i.e. it greys out the menu option) of any buddy node action where callback is NULL. This is so that plugins can put an item in the right-click menu and grey it out selectively instead of being forced to either offer the option or not. This is used in gaim-album, a plugin I'm writing to archive buddy icons. I believe this is the correct GUI way to represent to the user that a particular buddy doesn't have buddy icons saved. If the option was simply missing from the right-click menu, the user might think he had not installed the plugin correctly or something. The patch is against HEAD, but I see no harm in applying this to oldstatus if desired. Currently, if a plugin were to be setting an action without a callback, it would just do nothing. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1223447&group_id=235 |