Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-05-14 15:43:55 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-05-14 15:43:55 (GMT)
commit2d3f0f71d611eb9d11cfaaafd8719086c8999b15 (patch)
treeb09f7c4e87c98055256552d6df7784dca7535ec3 /data
parent0c4ee4777e5044a65f61df062e871489d43894fd (diff)
Revert "Add graphical control panel frontend for the frame"
This reverts commit 0c4ee4777e5044a65f61df062e871489d43894fd.
Diffstat (limited to 'data')
-rw-r--r--data/icons/Makefile.am3
-rw-r--r--data/icons/module-frame.svg22
2 files changed, 1 insertions, 24 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 625e78b..5b7c8e6 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -4,8 +4,7 @@ sugar_DATA = \
module-about_me.svg \
module-about_my_xo.svg \
module-date_and_time.svg \
- module-frame.svg \
module-language.svg \
- module-network.svg
+ module-network.svg
EXTRA_DIST = $(sugar_DATA)
diff --git a/data/icons/module-frame.svg b/data/icons/module-frame.svg
deleted file mode 100644
index caf4f6a..0000000
--- a/data/icons/module-frame.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" ?>
-<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN'
- 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
- <!ENTITY stroke_color "#666666">
- <!ENTITY fill_color "#ffffff">
- ]>
-<svg enable-background="new 0 0 55 55" height="55px" id="Layer_1"
- version="1.1" viewBox="0 0 55 55" width="55px" x="0px"
- xml:space="preserve" xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink" y="0px">
- <g display="block" id="module-display">
- <g display="inline">
- <g>
- <path d="M46.824,8.027H8.176c-3.581,0-6.51,2.929-6.51,6.509v25.926c0,
- 3.58,2.929,6.511,6.51,6.511h38.648 c3.579,0,6.51-2.931,
- 6.51-6.511V14.537C53.334,10.957,50.403,
- 8.027,46.824,8.027z M45.978,
- 39.962H9.282V11.575h36.695V39.962z" fill="&fill_color;"/>
- </g>
- </g>
- </g>
-</svg>