From daf109345e833a5e2e366e09162c83fe5a213cc6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 12 Jan 2006 22:08:57 +0000 Subject: Add Zoom In/Out buttons to default toolbar layout and toolbars editor 2006-01-12 Christian Persch * data/ui/epiphany-toolbar.xml: * src/ephy-toolbars-model.c: (ephy_toolbars_model_load): Add Zoom In/Out buttons to default toolbar layout and toolbars editor repertoire. Bug #117923. --- ChangeLog | 8 ++++++++ data/ui/epiphany-toolbar.xml | 3 ++- src/ephy-toolbars-model.c | 2 ++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dbb83e49f..c48af3646 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-01-12 Christian Persch + + * data/ui/epiphany-toolbar.xml: + * src/ephy-toolbars-model.c: (ephy_toolbars_model_load): + + Add Zoom In/Out buttons to default toolbar layout and toolbars + editor repertoire. Bug #117923. + 2006-01-12 Christian Persch * configure.ac: diff --git a/data/ui/epiphany-toolbar.xml b/data/ui/epiphany-toolbar.xml index e6f1e4278..ccc7ff532 100644 --- a/data/ui/epiphany-toolbar.xml +++ b/data/ui/epiphany-toolbar.xml @@ -31,7 +31,8 @@ - + + diff --git a/src/ephy-toolbars-model.c b/src/ephy-toolbars-model.c index a575b53f4..dec18628e 100755 --- a/src/ephy-toolbars-model.c +++ b/src/ephy-toolbars-model.c @@ -201,6 +201,8 @@ ephy_toolbars_model_load (EphyToolbarsModel *model) egg_toolbars_model_set_n_avail (eggmodel, "Location", 1); egg_toolbars_model_set_n_avail (eggmodel, "ToolbarGo", 1); egg_toolbars_model_set_n_avail (eggmodel, "Zoom", 1); + egg_toolbars_model_set_n_avail (eggmodel, "ViewZoomOut", 1); + egg_toolbars_model_set_n_avail (eggmodel, "ViewZoomIn", 1); success = egg_toolbars_model_load (eggmodel, model->priv->xml_file); LOG ("Loading the toolbars was %ssuccessful", success ? "" : "un"); -- cgit v1.2.3