diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-02 21:11:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-02 21:11:22 +0300 |
commit | ca0032e744ea7244e70714ed356cfdb37dc26be2 (patch) | |
tree | ba27441fb964cdb7e4fd3864624d66093c9af39d /data/themes/mana/Makefile.am | |
parent | 22d6df52861012841d1ff4c388cf5a44359d6f07 (diff) | |
download | plus-ca0032e744ea7244e70714ed356cfdb37dc26be2.tar.gz plus-ca0032e744ea7244e70714ed356cfdb37dc26be2.tar.bz2 plus-ca0032e744ea7244e70714ed356cfdb37dc26be2.tar.xz plus-ca0032e744ea7244e70714ed356cfdb37dc26be2.zip |
Add option to show/hide background in social window tabs.
Diffstat (limited to 'data/themes/mana/Makefile.am')
-rw-r--r-- | data/themes/mana/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/themes/mana/Makefile.am b/data/themes/mana/Makefile.am index 53253d93e..dc2fed230 100644 --- a/data/themes/mana/Makefile.am +++ b/data/themes/mana/Makefile.am @@ -2,7 +2,8 @@ guidir = $(pkgdatadir)/data/themes/mana gui_DATA = \ - colors.xml + colors.xml \ + social.xml EXTRA_DIST = \ $(gui_DATA) \ |