Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor GtkActions with attached EphyWindows | Xan Lopez | 2012-01-17 | 1 | -3/+3 |
| | | | | | Make a GtkAction subclass that only holds an EphyWindow and nothing else, and use it throughout. Allows us to kill some duplicated code. | ||||
* | Split EphyNavigationAction in one abstract class and two subclasses | Mario Sanchez Prada | 2010-04-20 | 1 | -0/+67 |
To ease understanding and further modification of the two different usages for the EphyNavigationAction class (Back/Forward and Up buttons), all the code there was split so the common one is kept in the superclass, delegating the more specific parts in the implementations of the subclasses: History (back/forward) and Up buttons. Also updated usage of this class in EphyToolbar. Bug #539716 Signed-off-by: Xan Lopez <xan@gnome.org> |