aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window-action.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-page-menu: set a style class when our menu is visibleXan Lopez2012-01-171-1/+1
| | | | To aid with styling.
* Refactor GtkActions with attached EphyWindowsXan Lopez2012-01-171-0/+102
Make a GtkAction subclass that only holds an EphyWindow and nothing else, and use it throughout. Allows us to kill some duplicated code.