From 3f6759061d198935f5f8ccc1691d909b2ec517d2 Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Sat, 13 Feb 2010 15:12:39 +0100 Subject: [PATCH] Add workspaceSwitcherPopup.js to Makefile.am Re add accidentally omitted change. https://bugzilla.gnome.org/show_bug.cgi?id=609187 --- js/ui/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/ui/Makefile.am b/js/ui/Makefile.am index 9d54f7445..50efeb37a 100644 --- a/js/ui/Makefile.am +++ b/js/ui/Makefile.am @@ -31,4 +31,5 @@ dist_jsui_DATA = \ widgetBox.js \ windowManager.js \ workspacesView.js \ - workspace.js + workspace.js \ + workspaceSwitcherPopup.js