summaryrefslogtreecommitdiff
path: root/gladeui
diff options
context:
space:
mode:
authorVincent Geddes <vgeddes@src.gnome.org>2007-06-29 02:02:06 +0000
committerVincent Geddes <vgeddes@src.gnome.org>2007-06-29 02:02:06 +0000
commitbdd65a68103744ce7726769dc7073d8606447353 (patch)
tree30debf59e7f495930896de0659437d26a53b062c /gladeui
parent752071c66e2cd141cbbbe8a762b8f3f70016b65f (diff)
downloadglade-bdd65a68103744ce7726769dc7073d8606447353.tar.gz
Moved gladeui/fixed_bg.xpm to plugins/gtk+/fixed-bg.xpm. The graphic is
* gladeui/fixed_bg.xpm, gladeui/Makefile.am, plugins/gtk+/Makefile.am: Moved gladeui/fixed_bg.xpm to plugins/gtk+/fixed-bg.xpm. The graphic is only used by the GTK+ plugin. svn path=/trunk/; revision=1414
Diffstat (limited to 'gladeui')
-rw-r--r--gladeui/Makefile.am3
-rw-r--r--gladeui/fixed_bg.xpm17
2 files changed, 1 insertions, 19 deletions
diff --git a/gladeui/Makefile.am b/gladeui/Makefile.am
index 6ba2385b..600d5a59 100644
--- a/gladeui/Makefile.am
+++ b/gladeui/Makefile.am
@@ -114,8 +114,7 @@ libgladeuiinclude_HEADERS = \
glade-parser.h \
glade-signal.h \
glade-cursor.h \
- glade-widget-action.h \
- fixed_bg.xpm
+ glade-widget-action.h
if PLATFORM_WIN32
diff --git a/gladeui/fixed_bg.xpm b/gladeui/fixed_bg.xpm
deleted file mode 100644
index a2fe89f3..00000000
--- a/gladeui/fixed_bg.xpm
+++ /dev/null
@@ -1,17 +0,0 @@
-/* XPM */
-static char *fixed_bg_xpm[] = {
- /* columns rows colors chars-per-pixel */
- "8 8 2 1",
- ". c #bbbbbb",
- " c #d6d6d6",
- /* pixels */
- " ",
- " ",
- " ",
- " ",
- " ",
- " ",
- " ..",
- " ..",
- " "
-};