aboutsummaryrefslogtreecommitdiff
path: root/src/idoapplicationmenuitem.c
Commit message (Collapse)AuthorAgeFilesLines
* idoapplicationmenuitem: request correct size for empty iconsLars Uebernickel2014-03-201-0/+4
| | | | | | Empty icons request more space than GTK_ICON_SIZE_MENU, which makes menu items unnecessarily high.
* Add IdoApplicationMenuItemLars Uebernickel2013-08-131-0/+195
A menu item representing an application. It can show whether the application is running or not (based on action state).