diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-08-23 09:48:20 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-08-23 09:48:20 +0800 |
commit | 049c61546b2ec5910b85f8dc059aba5f0b0fcada (patch) | |
tree | 4d3c5153012009a645a4e35ccfd82219c3d1b0d1 /widgets/table/tree-unexpanded.xpm | |
parent | 1e5ae349da6db9a0af7714037e23ee599f60c068 (diff) | |
download | gsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.tar gsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.tar.gz gsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.tar.bz2 gsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.tar.lz gsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.tar.xz gsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.tar.zst gsoc2013-evolution-049c61546b2ec5910b85f8dc059aba5f0b0fcada.zip |
remove tree-expanded.xpm and tree-unexpanded.xpm.
2000-08-22 Chris Toshok <toshok@helixcode.com>
* Makefile.am (icons): remove tree-expanded.xpm and
tree-unexpanded.xpm.
* e-tree-example-1.c: use art/tree-expanded.xpm and
art/tree-unexpanded.xpm.
(remove_node): commit the change listed below (08-21).
* tree-expanded.xpm: removed.
* tree-unexpanded.xpm: removed.
svn path=/trunk/; revision=4975
Diffstat (limited to 'widgets/table/tree-unexpanded.xpm')
-rw-r--r-- | widgets/table/tree-unexpanded.xpm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/widgets/table/tree-unexpanded.xpm b/widgets/table/tree-unexpanded.xpm deleted file mode 100644 index 0dfb12a0a5..0000000000 --- a/widgets/table/tree-unexpanded.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * tree_unexpanded_xpm[] = { -"16 16 3 1", -" c None", -". c #000000", -"+ c #FFFFFF", -" ", -" ", -" ", -" ", -" ......... ", -" .+++++++. ", -" .+++.+++. ", -" .+++.+++. ", -" .+.....+. ", -" .+++.+++. ", -" .+++.+++. ", -" .+++++++. ", -" ......... ", -" ", -" ", -" "}; |