[Bf-committers] a little improve 8 (fix bug 1049)

Joilnen Batista Leite bf-committers@blender.org
Tue, 9 Mar 2004 03:55:43 -0800 (PST)


--0-403947024-1078833343=:61415
Content-Type: text/plain; charset=us-ascii
Content-Id: 
Content-Disposition: inline

it't very little but solve the mistake.

thanks to consider


Joilnen

pub  1024D/5139533E Joilnen Batista Leite 
F565 BD0B 1A39 390D 827E  03E5 0CD4 0F20 5139 533E



__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com
--0-403947024-1078833343=:61415
Content-Type: text/plain; name=headerbuttons_patch
Content-Description: headerbuttons_patch
Content-Disposition: inline; filename=headerbuttons_patch

--- source/blender/src/headerbuttons.c	2004-03-08 21:54:30.000000000 -0300
+++ headerbuttons.c	2004-03-08 21:53:47.000000000 -0300
@@ -439,7 +439,7 @@
 			uiSetButLock (pin && *pinpoin, "Can't make pinned data single-user");
 			
 			sprintf(str1, "%d", id->us);
-			if(id->us<100) {
+			if(id->us<10) {
 				
 				uiDefBut(block, BUT, users, str1, xco,yco,XIC,YIC, 0, 0, 0, 0, 0, "Displays number of users of this data. Click to make a single-user copy.");
 				xco+= XIC;

--0-403947024-1078833343=:61415--