summaryrefslogtreecommitdiff
path: root/src/callbacks.h
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-18 21:41:05 +0100
committerinfirit <[email protected]>2014-12-18 21:41:05 +0100
commitea1cbf9444a57992df9091ff585cc79eeaf60e5a (patch)
treed9d119b040af7e54e092261eef89da64500807d4 /src/callbacks.h
parent6034caada16eab3b07e090c0f2b29a1a3dd9d105 (diff)
downloadmate-system-monitor-ea1cbf9444a57992df9091ff585cc79eeaf60e5a.tar.bz2
mate-system-monitor-ea1cbf9444a57992df9091ff585cc79eeaf60e5a.tar.xz
Added priority selection submenu with preset priority items
Taken from GSM commit: 70ba9c1af2dbd8b74943b1a283f718d8646f087b From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=131803
Diffstat (limited to 'src/callbacks.h')
-rw-r--r--src/callbacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callbacks.h b/src/callbacks.h
index 35e8016..5dfc134 100644
--- a/src/callbacks.h
+++ b/src/callbacks.h
@@ -29,7 +29,7 @@
void cb_show_memory_maps (GtkAction *action, gpointer data);
void cb_show_open_files (GtkAction *action, gpointer data);
void cb_show_lsof(GtkAction *action, gpointer data);
-void cb_renice (GtkAction *action, gpointer data);
+void cb_renice (GtkAction *action, GtkRadioAction *current, gpointer data);
void cb_end_process (GtkAction *action, gpointer data);
void cb_kill_process (GtkAction *action, gpointer data);
void cb_edit_preferences (GtkAction *action, gpointer data);