diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-23 02:47:40 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-23 02:47:40 +0800 |
commit | 2dd28d3e915503f147dfd65b1d1627cb781e1dfa (patch) | |
tree | 1af8ddc5c1d420eec7736b41569fe52d2346b34e /shell/Makefile.am | |
parent | 377b087df21d972af184734d57f1ad63772759fd (diff) | |
download | gsoc2013-evolution-2dd28d3e915503f147dfd65b1d1627cb781e1dfa.tar.gz gsoc2013-evolution-2dd28d3e915503f147dfd65b1d1627cb781e1dfa.tar.zst gsoc2013-evolution-2dd28d3e915503f147dfd65b1d1627cb781e1dfa.zip |
[First cut at navigation (i.e. back/forward) buttons.]
* e-shell-view.c: New member `history' in `EShellViewPrivate'.
(init): Initialize.
(destroy): Unref.
(e_shell_view_display_uri): Make it a no-op if the URI is the same
as the current one. Also, moved code into `display_uri' and use
it.
(back_clicked_callback): New, callback for the back button on the
folder title bar.
(forward_clicked_callback): Likewise for the forward button.
* e-history.c: New.
* e-history.h: New.
svn path=/trunk/; revision=15798
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 84cf6e59ec..b884150927 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -111,6 +111,8 @@ evolution_SOURCES = \ e-folder.h \ e-gray-bar.c \ e-gray-bar.h \ + e-history.c \ + e-history.h \ e-local-folder.c \ e-local-folder.h \ e-local-storage.c \ |