[epiphany] Move EphyFileChooser to lib/widgets



commit c04d87b80500ca4cffd0c41bad062aceadb9c93a
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Sep 10 18:28:22 2015 -0500

    Move EphyFileChooser to lib/widgets
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754857

 lib/Makefile.am                       |    2 --
 lib/widgets/Makefile.am               |    2 ++
 lib/{ => widgets}/ephy-file-chooser.c |    0
 lib/{ => widgets}/ephy-file-chooser.h |    0
 4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 24d684b..b02cd85 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -9,7 +9,6 @@ NOINST_H_FILES = \
        ephy-debug.h                            \
        ephy-dnd.h                              \
        ephy-favicon-helpers.h                  \
-       ephy-file-chooser.h                     \
        ephy-file-helpers.h                     \
        ephy-form-auth-data.h                   \
        ephy-gui.h                              \
@@ -49,7 +48,6 @@ libephymisc_la_SOURCES = \
        ephy-dialog.c                           \
        ephy-dnd.c                              \
        ephy-favicon-helpers.c                  \
-       ephy-file-chooser.c                     \
        ephy-file-helpers.c                     \
        ephy-form-auth-data.c                   \
        ephy-gui.c                              \
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am
index 619e112..277f1bf 100644
--- a/lib/widgets/Makefile.am
+++ b/lib/widgets/Makefile.am
@@ -74,6 +74,8 @@ libephywidgets_la_SOURCES = \
        ephy-downloads-progress-icon.c          \
        ephy-download-widget.c                  \
        ephy-download-widget.h                  \
+       ephy-file-chooser.c                     \
+       ephy-file-chooser.h                     \
        ephy-location-entry.c                   \
        ephy-location-entry.h                   \
        ephy-middle-clickable-button.c          \
diff --git a/lib/ephy-file-chooser.c b/lib/widgets/ephy-file-chooser.c
similarity index 100%
rename from lib/ephy-file-chooser.c
rename to lib/widgets/ephy-file-chooser.c
diff --git a/lib/ephy-file-chooser.h b/lib/widgets/ephy-file-chooser.h
similarity index 100%
rename from lib/ephy-file-chooser.h
rename to lib/widgets/ephy-file-chooser.h


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