aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-combined-stop-reload-action.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-combined-stop-reload-action: object orientation is hard, let's go shoppingXan Lopez2012-01-171-1/+0
|
* Refactor GtkActions with attached EphyWindowsXan Lopez2012-01-171-19/+4
| | | | | Make a GtkAction subclass that only holds an EphyWindow and nothing else, and use it throughout. Allows us to kill some duplicated code.
* Stop using GtkUIManager to create the toolbarXan Lopez2012-01-171-1/+0
| | | | Otherwise it's difficult to get the right layout for theming.
* ephy-combined-stop-reload-action: add type checksXan Lopez2011-12-311-1/+5
| | | | This is a public function after all.
* ephy-combined-stop-reload-action: make sure we always set the initial stateXan Lopez2011-12-311-7/+8
| | | | | | Since we were only checking the loading status, and it's FALSE by default, the action would be empty until it was set to loading = TRUE at least once.
* Use symbolic icons in the toolbarXan Lopez2011-12-201-3/+3
|
* ephy-combined-stop-reload-action: include fixesXan Lopez2011-12-201-2/+1
|
* Combine the Reload and Stop toolbar buttons into oneClaudio Saavedra2011-12-181-0/+162
Add a combined action that toggles itself between the two states and instantiate it from the window. Replace the Reload and Stop buttons with the combined one in the default toolbar description. https://bugzilla.gnome.org/show_bug.cgi?id=657655