diff options
author | Stefano Karapetsas <[email protected]> | 2013-06-02 10:25:14 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-06-02 10:25:14 -0700 |
commit | 582e17973df3597a483692cd3df761d9a1a3914c (patch) | |
tree | a152f82cb7032fb9ca93e5d588486f7b2759a404 | |
parent | 7c3cb0e6c7bd1fcf4711fec0a5a3e59acef1b36c (diff) | |
parent | 8bad39654ebd11f91b0333bd5de3d7b975392ad1 (diff) | |
download | mate-panel-582e17973df3597a483692cd3df761d9a1a3914c.tar.bz2 mate-panel-582e17973df3597a483692cd3df761d9a1a3914c.tar.xz |
Merge pull request #112 from NiceandGently/master
remove mate-panelrc
-rw-r--r-- | mate-panel/Makefile.am | 3 | ||||
-rw-r--r-- | mate-panel/mate-panelrc | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am index 49da18b5..ac939d1c 100644 --- a/mate-panel/Makefile.am +++ b/mate-panel/Makefile.am @@ -223,9 +223,6 @@ BUILT_SOURCES = \ panel-marshal.c \ panel-marshal.h -rcdir = $(datadir) -rc_DATA = mate-panelrc - uidir = $(datadir)/mate-panel/ui ui_DATA = \ panel-properties-dialog.ui \ diff --git a/mate-panel/mate-panelrc b/mate-panel/mate-panelrc deleted file mode 100644 index 0fb54692..00000000 --- a/mate-panel/mate-panelrc +++ /dev/null @@ -1,4 +0,0 @@ -# -# This file is intentionally left empty. You may add gtk theme -# definitions here and they will only apply to the MATE Panel. -# |