[Pkg-xfce-commits] r1876 - goodies/xfce4-taskmanager/debian/patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Sat Apr 19 11:37:02 UTC 2008
Author: corsac
Date: 2008-04-19 11:37:01 +0000 (Sat, 19 Apr 2008)
New Revision: 1876
Modified:
goodies/xfce4-taskmanager/debian/patches/02_fix-units.patch
Log:
update patch
Modified: goodies/xfce4-taskmanager/debian/patches/02_fix-units.patch
===================================================================
--- goodies/xfce4-taskmanager/debian/patches/02_fix-units.patch 2008-04-19 10:26:58 UTC (rev 1875)
+++ goodies/xfce4-taskmanager/debian/patches/02_fix-units.patch 2008-04-19 11:37:01 UTC (rev 1876)
@@ -1,11 +1,11 @@
---- xfce4-taskmanager-0.4.0~rc2/src/xfce-taskmanager-linux.c 2006-08-23 20:05:42.000000000 +0200
-+++ xfce4-taskmanager-0.4.0~rc2/src/xfce-taskmanager-linux-patched.c 2008-04-16 19:16:37.000000000 +0200
+--- xfce4-taskmanager-0.4.0~rc2/src/xfce-taskmanager-linux-orig.c 2008-04-19 12:49:56.000000000 +0200
++++ xfce4-taskmanager-0.4.0~rc2/src/xfce-taskmanager-linux.c 2008-04-19 12:52:05.000000000 +0200
@@ -81,6 +81,8 @@
task.time = stime + utime;
task.old_time = task.time;
task.time_percentage = 0;
+
-+ task.rss=task.rss/1024;
++ task.size=task.size/1024;
}
task.uid = status.st_uid;
passwdp = getpwuid(task.uid);
More information about the Pkg-xfce-commits
mailing list