diff options
author | jcid <devnull@localhost> | 2008-09-12 22:48:18 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-12 22:48:18 +0200 |
commit | 1289d19d8b8ccebb8a67adaece6ca8b6a92d2ac8 (patch) | |
tree | d9a88a546225e809ba4fedb6bb1d5437d02575a6 /src/pixmaps.h | |
parent | b4a7fddab9a30824c5c2bdfdf24e969938e5ed4e (diff) |
- Fixed a crash bug with repush and non-viewable content.
Diffstat (limited to 'src/pixmaps.h')
-rw-r--r-- | src/pixmaps.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pixmaps.h b/src/pixmaps.h index 43d2268b..3043ead4 100644 --- a/src/pixmaps.h +++ b/src/pixmaps.h @@ -1497,8 +1497,8 @@ static const char *const mini_ok_xpm[] = { /* XPM */ static const char *const imgload_on_xpm[] = { "15 15 2 1", -" c #FFFFFFFFFFFF", -". c #00000000CF3C", +" c None", +". c #00000000CF3C", " ", " . . . ... ", " . .. .. . . ", @@ -1518,8 +1518,8 @@ static const char *const imgload_on_xpm[] = { /* XPM */ static const char *const imgload_off_xpm[] = { "15 15 2 1", -" c #FFFFFFFFFFFF", -". c #CF3C00000000", +" c None", +". c #CF3C00000000", " ", " . . . ... ", " . .. .. . . ", |