diff options
Diffstat (limited to 'sysutils/gnomesystemmonitor/files/patch-src_interface.c')
-rw-r--r-- | sysutils/gnomesystemmonitor/files/patch-src_interface.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/gnomesystemmonitor/files/patch-src_interface.c b/sysutils/gnomesystemmonitor/files/patch-src_interface.c new file mode 100644 index 000000000000..1b4276e7ee56 --- /dev/null +++ b/sysutils/gnomesystemmonitor/files/patch-src_interface.c @@ -0,0 +1,21 @@ +--- 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); |