[evince/wip/gpoo/print-preview-ui: 5/5] misc: Remove EvPageAction widget



commit 6e3618aae14a2b85b473570504bb8e368dfc0906
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Thu Nov 8 13:18:44 2018 -0300

    misc: Remove EvPageAction widget
    
    EvPageAction widget was the old widget for selecting a page,
    which used to be shared between the main application and the
    print previewer. It was superseded by EvPageActionWidget,
    but the previewer was pending to use it, until now. We do not
    need EvPageAction anymore.

 libmisc/Makefile.am      |   2 -
 libmisc/ev-page-action.c | 240 -----------------------------------------------
 libmisc/ev-page-action.h |  68 --------------
 libmisc/meson.build      |   1 -
 po/POTFILES.in           |   3 +-
 5 files changed, 1 insertion(+), 313 deletions(-)
---
diff --git a/libmisc/Makefile.am b/libmisc/Makefile.am
index 498c7d53..b5522d47 100644
--- a/libmisc/Makefile.am
+++ b/libmisc/Makefile.am
@@ -1,8 +1,6 @@
 noinst_LTLIBRARIES = libevmisc.la
 
 libevmisc_la_SOURCES = \
-       ev-page-action.c        \
-       ev-page-action.h        \
        ev-page-action-widget.c \
        ev-page-action-widget.h \
        ev-search-box.c         \
diff --git a/libmisc/meson.build b/libmisc/meson.build
index 0ca909e8..b95af667 100644
--- a/libmisc/meson.build
+++ b/libmisc/meson.build
@@ -1,5 +1,4 @@
 sources = files(
-  'ev-page-action.c',
   'ev-page-action-widget.c',
   'ev-search-box.c',
 )
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3b606a3d..5f7b8abd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -26,7 +26,6 @@ data/org.gnome.Evince-previewer.desktop.in.in
 libdocument/ev-attachment.c
 libdocument/ev-document-factory.c
 libdocument/ev-file-helpers.c
-libmisc/ev-page-action.c
 libmisc/ev-page-action-widget.c
 libmisc/ev-search-box.c
 libview/ev-jobs.c
@@ -63,4 +62,4 @@ shell/ev-window.c
 shell/ev-window-title.c
 shell/ev-zoom-action.c
 shell/help-overlay.ui
-shell/main.c
+shell/main.c
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]