diff options
author | Peter Harvey <peter.a.harvey@gmail.com> | 2006-02-04 18:47:27 +0800 |
---|---|---|
committer | Peter Anthony Harvey <paharvey@src.gnome.org> | 2006-02-04 18:47:27 +0800 |
commit | e976c810a97994d2279cc1dea56cea61d75bdce7 (patch) | |
tree | 593e2abadd0534b2726c97a94d6bb3f398fd4e4b /src/ephy-shell.c | |
parent | aa0171e76962bcdc240f3a0b3b25b15855803b7b (diff) | |
download | gsoc2013-epiphany-e976c810a97994d2279cc1dea56cea61d75bdce7.tar gsoc2013-epiphany-e976c810a97994d2279cc1dea56cea61d75bdce7.tar.gz gsoc2013-epiphany-e976c810a97994d2279cc1dea56cea61d75bdce7.tar.bz2 gsoc2013-epiphany-e976c810a97994d2279cc1dea56cea61d75bdce7.tar.lz gsoc2013-epiphany-e976c810a97994d2279cc1dea56cea61d75bdce7.tar.xz gsoc2013-epiphany-e976c810a97994d2279cc1dea56cea61d75bdce7.tar.zst gsoc2013-epiphany-e976c810a97994d2279cc1dea56cea61d75bdce7.zip |
lib/ephy-state.h lib/ephy-state.c src/ephy-shell.c
2006-02-04 Peter Harvey <peter.a.harvey@gmail.com>
* lib/ephy-state.h
* lib/ephy-state.c
* src/ephy-shell.c
Forgotten files from previous two commits.
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index acf8cf42a..5af43c5a0 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -675,7 +675,7 @@ ephy_shell_get_toolbars_model (EphyShell *shell, gboolean fullscreen) xml = ephy_file ("epiphany-fs-toolbar.xml"); g_return_val_if_fail (xml != NULL, NULL); - success = egg_toolbars_model_load + success = egg_toolbars_model_load_toolbars (shell->priv->fs_toolbars_model, xml); g_return_val_if_fail (success, NULL); } |