summaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-19 00:38:30 +0100
committerinfirit <[email protected]>2014-12-19 00:48:47 +0100
commit18833cb8c4c52155e055ef54d52dacc34d75d551 (patch)
tree959af84c41016586b55be3ab2e6a27b9c8b54a35 /src/util.cpp
parent51357cc58ed32763b7eaff97d9ba04507ac0665d (diff)
downloadmate-system-monitor-18833cb8c4c52155e055ef54d52dacc34d75d551.tar.bz2
mate-system-monitor-18833cb8c4c52155e055ef54d52dacc34d75d551.tar.xz
Add a Process Properties dialog in MATE System Monitor
Taken from GSM commit: 72546b7f3346fc0647a433529f3292050f15278f From: Krishnan Parthasarathi <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=543347
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index bd95733..f14de7a 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -19,7 +19,7 @@ extern "C" {
}
-static const char*
+const char*
format_process_state(guint state)
{
const char *status;