aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-01-13 06:08:57 +0800
committerChristian Persch <chpe@src.gnome.org>2006-01-13 06:08:57 +0800
commitdaf109345e833a5e2e366e09162c83fe5a213cc6 (patch)
tree4afaa7d2d4db943dd31c306fca036a0f2c6382fb /src
parent4c43219a36835b600caa53344b7b6893209f1d9b (diff)
downloadgsoc2013-epiphany-daf109345e833a5e2e366e09162c83fe5a213cc6.tar.gz
gsoc2013-epiphany-daf109345e833a5e2e366e09162c83fe5a213cc6.tar.zst
gsoc2013-epiphany-daf109345e833a5e2e366e09162c83fe5a213cc6.zip
Add Zoom In/Out buttons to default toolbar layout and toolbars editor
2006-01-12 Christian Persch <chpe@cvs.gnome.org> * 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.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ephy-toolbars-model.c2
1 files changed, 2 insertions, 0 deletions
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");
moval&id=09c2fefc5f939d5ebdefb38c58d682b1e0b1063a'>- Deprecate due to planned end of support for tcl/tk 83 on 2009-05-22mm2009-02-141-0/+3 * - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-091-1/+1 * - Add PORTSCOUT skipvmm2007-09-181-0/+2 * - updated maintainer e-mail addressmm2007-04-051-1/+1 * - Remove support for lang/tcl-tk-wrappermiwi2007-03-271-7/+2 * - Improved handling of WITH_TCL83_MANmiwi2007-03-132-19/+22 * - Adds TCL83_MAN and TCLSH_WRAPPER to OPTIONSmiwi2007-03-093-63/+11 * - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1 * Remove USE_REINPLACE from the categories starting with Ledwin2006-05-101-1/+0 * - Add SHA256pav2005-11-251-0/+1 * - allow to set TCLBASEdinoex2004-11-011-1/+3 * - optimize reinplace to handle symlinked /usr/portsdinoex2004-10-281-3/+2 * - Fix bad source path in tclConfig.sh tkConfig.shdinoex2004-10-281-2/+4 * - drop maintainershipdinoex2004-10-141-1/+1 * - new options:dinoex2004-08-171-2/+10 * - add SIZEdinoex2004-02-26