aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnome-system-monitor/files/patch-src_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-system-monitor/files/patch-src_interface.c')
-rw-r--r--sysutils/gnome-system-monitor/files/patch-src_interface.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/gnome-system-monitor/files/patch-src_interface.c b/sysutils/gnome-system-monitor/files/patch-src_interface.c
deleted file mode 100644
index 1b4276e7ee56..000000000000
--- a/sysutils/gnome-system-monitor/files/patch-src_interface.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/interface.c.orig Wed Dec 1 13:23:26 2004
-+++ src/interface.c Wed Dec 1 13:24:00 2004
-@@ -529,12 +529,12 @@
-
- model = gtk_tree_store_new (10,
- GDK_TYPE_PIXBUF,
-- G_TYPE_STRING, // device name
-- G_TYPE_STRING, // directory
-- G_TYPE_STRING, // type
-- G_TYPE_STRING, // total
-- G_TYPE_STRING, // free
-- G_TYPE_STRING, // used
-+ G_TYPE_STRING, /* device name */
-+ G_TYPE_STRING, /* directory */
-+ G_TYPE_STRING, /* type */
-+ G_TYPE_STRING, /* total */
-+ G_TYPE_STRING, /* free */
-+ G_TYPE_STRING, /* used */
- G_TYPE_FLOAT,
- G_TYPE_FLOAT,
- G_TYPE_FLOAT);