aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-26 03:11:15 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-26 03:11:15 +0800
commita75e971a552b0e4138ce901fd33d50d45319c919 (patch)
tree85d6d9350bc2eb1d1495343051b463f93290020b /shell/Makefile.am
parent72fff3213ae1221b3c13841cb43df39f963efb1f (diff)
downloadgsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.tar
gsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.tar.gz
gsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.tar.bz2
gsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.tar.lz
gsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.tar.xz
gsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.tar.zst
gsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.zip
Update the shortcut bar in the shell view to match the changes in the
way drag and drop is handled. Separate the handling for the view into a separate object. This should make the shortcut bar work again, but it's untested. svn path=/trunk/; revision=5575
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 9928d52774..f68b15bc75 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -102,6 +102,8 @@ evolution_SOURCES = \
e-shell-view.h \
e-shell.c \
e-shell.h \
+ e-shortcuts-view-model.c \
+ e-shortcuts-view-model.h \
e-shortcuts-view.c \
e-shortcuts-view.h \
e-shortcuts.c \