diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-11 06:48:14 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-11 06:48:14 +0800 |
commit | 695591dd9377db47cd34b169e7c12baa2bc581e6 (patch) | |
tree | cd878e51ce8e84466346c5cb53e472999467255b /addressbook/gui/component | |
parent | 8139fd12a7fcc74935a4d318f0f9554f2e2b03c2 (diff) | |
download | gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.tar gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.tar.gz gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.tar.bz2 gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.tar.lz gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.tar.xz gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.tar.zst gsoc2013-evolution-695591dd9377db47cd34b169e7c12baa2bc581e6.zip |
Make ETable use EScrollFrame instead of GtkScrolledWindow.
svn path=/trunk/; revision=3515
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 35939f8940..c5cc80afb7 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -59,6 +59,7 @@ evolution_addressbook_LDADD = \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/widgets/e-text/libetext.a \ $(top_builddir)/widgets/e-table/libetable.a \ + $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/addressbook/printing/libecontactprint.a |