aboutsummaryrefslogtreecommitdiff
path: root/src/ido-menu-item.c
Commit message (Collapse)AuthorAgeFilesLines
* ido_menu_item_set_menu_item: make sure g_free isn't called with dangling pointerLars Uebernickel2012-08-271-1/+1
|
* IdoMenuItem: clear target pointer in disposeLars Uebernickel2012-08-271-1/+4
|
* Increase spacing between icons and labelsLars Uebernickel2012-08-271-0/+1
|
* Indent application shortcutsLars Uebernickel2012-08-271-4/+15
| | | | | | This is done by setting their icon to the empty string, which IdoMenuItem interprets as "show a clear icon".
* IdoMenuItem: don't try to set state on stateless actionsLars Uebernickel2012-08-271-2/+4
|
* Show icons on status menu itemsLars Uebernickel2012-08-271-0/+378
This introduces IdoMenuItem, a GtkCheckMenuItem that can also show icons. This should go into libido at some point. Also, Im{App,Source}MenuItem could derive from it so that the GMenuItem-setting logic is only in one place.