Simple fix to #434272?

2008-04-18 Thread Andreas Rönnquist
Hi!

There seems to be a _very_ simple fix to #434272 - I have attached a
patch that _I_ guess would fix it. The reason that I am sending it here
and not to the bug is that I am not at all very sure about the proper
way to handle this (I am not a DD in any way.) and I am not 100% sure
that all is like it should with my patch.

(it is a one-line change.)

/Andreas
--- xfce4-taskmanager-0.4.0~rc2/src/xfce-taskmanager-linux.c	2006-08-23 20:05:42.0 +0200
+++ xfce4-taskmanager-0.4.0~rc2/src/xfce-taskmanager-linux-patched.c	2008-04-16 19:16:37.0 +0200
@@ -81,6 +81,8 @@
 			task.time = stime + utime;
 			task.old_time = task.time;
 			task.time_percentage = 0;
+			
+			task.rss=task.rss/1024;
 		}
 		task.uid = status.st_uid;
 		passwdp = getpwuid(task.uid);


Re: Simple fix to #434272?

2008-04-18 Thread Christoph Haas
On Freitag, 18. April 2008, Andreas Rönnquist wrote:
 There seems to be a _very_ simple fix to #434272 - I have attached a
 patch that _I_ guess would fix it. The reason that I am sending it here
 and not to the bug is that I am not at all very sure about the proper
 way to handle this (I am not a DD in any way.) and I am not 100% sure
 that all is like it should with my patch.

Don't be shy. Just send it to the bug report ([EMAIL PROTECTED]). :)

Kindly
 Christoph


signature.asc
Description: This is a digitally signed message part.


Re: Simple fix to #434272?

2008-04-18 Thread Andreas Rönnquist
On Fri, 18 Apr 2008 15:52:09 +0200
Christoph Haas [EMAIL PROTECTED] wrote:
 
 Don't be shy. Just send it to the bug report ([EMAIL PROTECTED]). :)
 
 Kindly
  Christoph
 

Done.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]