[gnome-control-center/wip/jsparber/background: 52/58] [refactor] remove chooser dialog code



commit b249a2339883f30c1d7426539ce5ef3d563e3578
Author: Julian Sparber <julian sparber net>
Date:   Thu Nov 23 19:20:18 2017 +0100

    [refactor] remove chooser dialog code

 panels/background/Makefile.am                    |   18 +-
 panels/background/cc-background-chooser-dialog.c |  621 ----------------------
 panels/background/cc-background-chooser-dialog.h |   38 --
 3 files changed, 5 insertions(+), 672 deletions(-)
---
diff --git a/panels/background/Makefile.am b/panels/background/Makefile.am
index 3a636ca..57b1764 100644
--- a/panels/background/Makefile.am
+++ b/panels/background/Makefile.am
@@ -21,12 +21,12 @@ BUILT_SOURCES =                     \
        gdesktop-enums-types.c          \
        gdesktop-enums-types.h
 
-noinst_LTLIBRARIES = libbackground.la libbackground-chooser.la
+noinst_LTLIBRARIES = libbackground.la
 
-libbackground_chooser_la_SOURCES =     \
+libbackground_la_SOURCES =             \
        $(BUILT_SOURCES)                \
-       cc-background-chooser-dialog.c  \
-       cc-background-chooser-dialog.h  \
+       cc-background-panel.c           \
+       cc-background-panel.h   \
        cc-background-grilo-miner.c     \
        cc-background-grilo-miner.h     \
        cc-background-item.c            \
@@ -39,20 +39,12 @@ libbackground_chooser_la_SOURCES =  \
        cc-background-xml.h             \
        bg-source.c                     \
        bg-source.h                     \
-       bg-pictures-source.c            \
-       bg-pictures-source.h            \
        bg-wallpapers-source.c          \
        bg-wallpapers-source.h          \
        bg-colors-source.c              \
        bg-colors-source.h
 
-libbackground_chooser_la_LIBADD = $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS)
-
-libbackground_la_SOURCES =             \
-       cc-background-panel.c           \
-       cc-background-panel.h
-
-libbackground_la_LIBADD = $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS) libbackground-chooser.la
+libbackground_la_LIBADD = $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS)
 
 resource_files = $(shell glib-compile-resources --sourcedir=$(srcdir) --generate-dependencies 
$(srcdir)/background.gresource.xml)
 cc-background-resources.c: background.gresource.xml $(resource_files)


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