[Commits] (stearns) Put the black-and-white icons back until bug
2293 gets fixed (also, added a temporary send icon,
which does appear in color, but is pretty low-res and ugly.)
commits at osafoundation.org
commits at osafoundation.org
Mon Jan 3 11:38:48 PST 2005
Commit by: stearns
Modified files:
chandler/parcels/osaf/views/main/parcel.xml 1.143 1.144
chandler/application/images/toolbar_new.gif 1.3 1.4
chandler/application/images/toolbar_send.gif None 1.1
chandler/application/images/toolbar_sync.gif 1.3 1.4
Log message:
Put the black-and-white icons back until bug 2293 gets fixed (also, added a temporary send icon, which does appear in color, but is pretty low-res and ugly.)
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/views/main/parcel.xml.diff?r1=text&tr1=1.143&r2=text&tr2=1.144
http://cvs.osafoundation.org/index.cgi/chandler/application/images/toolbar_new.gif.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
http://cvs.osafoundation.org/index.cgi/chandler/application/images/toolbar_send.gif?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.osafoundation.org/index.cgi/chandler/application/images/toolbar_sync.gif.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
Index: chandler/parcels/osaf/views/main/parcel.xml
diff -u chandler/parcels/osaf/views/main/parcel.xml:1.143 chandler/parcels/osaf/views/main/parcel.xml:1.144
--- chandler/parcels/osaf/views/main/parcel.xml:1.143 Mon Dec 27 10:40:57 2004
+++ chandler/parcels/osaf/views/main/parcel.xml Mon Jan 3 11:38:46 2005
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.143 $ -->
-<!-- $Date: 2004/12/27 18:40:57 $ -->
+<!-- $Revision: 1.144 $ -->
+<!-- $Date: 2005/01/03 19:38:46 $ -->
<!-- Copyright (c) 2003-2004 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -1121,7 +1121,7 @@
<blockName>SyncButton</blockName>
<title>Sync</title>
<label>Sync All</label>
- <bitmap>application/images/toolbar_sync.png</bitmap>
+ <bitmap>application/images/toolbar_sync.gif</bitmap>
<toolbarItemKind>Button</toolbarItemKind>
<helpString>Get new Mail and synchronize with other Chandler users</helpString>
<event itemref="doc:SyncAll"/>
@@ -1131,7 +1131,7 @@
<blockName>NewButton</blockName>
<title>New</title>
<label>New</label>
- <bitmap>application/images/toolbar_new.png</bitmap>
+ <bitmap>application/images/toolbar_new.gif</bitmap>
<toolbarItemKind>Button</toolbarItemKind>
<helpString>Create a new Item</helpString>
<event itemref="doc:NewNote"/>
@@ -1141,7 +1141,7 @@
<blockName>SendButton</blockName>
<title>Send</title>
<label>Send</label>
- <bitmap>application/images/toolbar_send.png</bitmap>
+ <bitmap>application/images/toolbar_send.gif</bitmap>
<toolbarItemKind>Button</toolbarItemKind>
<helpString>Send the selected Item</helpString>
<event itemref="events:SendShareItem"/>
More information about the Commits
mailing list