aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-10-16 07:45:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-10-16 07:45:21 +0000
commit95724b90a9b5e9aeabb2031cf09eda16b96764ab (patch)
treec9010766977ba4cf5b402232c67420ef0b7bd8e4
parent1898a68b69a0f316d971e7270a77a2a10fc2dbf5 (diff)
removed the extra spaces of group icon.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1234 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLog.ja8
-rw-r--r--src/icons/group.xpm8
3 files changed, 18 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index dffb02a6..0093bc26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-10-16
+
+ * version 2.3.0beta3
+
+2006-10-16
+
+ * src/icons/group.xpm: removed the extra spaces.
+
2006-10-13
* libsylph/socket.c: win32: properly handle WSAEWOULDBLOCK.
diff --git a/ChangeLog.ja b/ChangeLog.ja
index d50c076d..e854c759 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,11 @@
+2006-10-16
+
+ * version 2.3.0beta3
+
+2006-10-16
+
+ * src/icons/group.xpm: 余分な空白を除去。
+
2006-10-13
* libsylph/socket.c: win32: WSAEWOULDBLOCK を正しく処理するようにした。
diff --git a/src/icons/group.xpm b/src/icons/group.xpm
index 0735a3cc..7f87ed8c 100644
--- a/src/icons/group.xpm
+++ b/src/icons/group.xpm
@@ -1,6 +1,6 @@
/* XPM */
static char * group_xpm[] = {
-"16 16 78 1",
+"16 12 78 1",
" c None",
". c #000000",
"+ c #83D47A",
@@ -79,8 +79,6 @@ static char * group_xpm[] = {
"K c #6ED06E",
"L c #65C765",
"M c #53A355",
-" ",
-" ",
" .... ",
" .+@@#. ",
" .$%&*%=...... ",
@@ -92,6 +90,4 @@ static char * group_xpm[] = {
" .aopqr}sgltuv.",
" .^5wk*xyzmABC.",
" .DEFGHIJKLvCM.",
-" ............ ",
-" ",
-" "};
+" ............ "};