From 92599dd89bbb969c842981fac80ccf2414866c10 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sun, 28 Oct 2007 18:34:23 +0000 Subject: Add an expander to the open toolbar item which pops up a dropdown menu 2007-10-29 Carlos Garcia Campos * data/evince-toolbar.xml: * shell/Makefile.am: * shell/ev-application.c: (ev_application_init): * shell/ev-open-recent-action.[ch]: * shell/ev-window.c: (ev_window_open_recent_action_item_activated), (register_custom_actions): Add an expander to the open toolbar item which pops up a dropdown menu with the recently used documents. Fixes bug #487215. svn path=/trunk/; revision=2731 --- (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 6964029..34dc0ff 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -51,6 +51,8 @@ evince_SOURCES= \ ev-properties-dialog.h \ ev-properties-fonts.c \ ev-properties-fonts.h \ + ev-open-recent-action.c \ + ev-open-recent-action.h \ ev-utils.c \ ev-utils.h \ ev-view-accessible.c \ -- cgit v0.9.1