diff options
author | infirit <[email protected]> | 2014-12-18 21:41:05 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-18 21:41:05 +0100 |
commit | ea1cbf9444a57992df9091ff585cc79eeaf60e5a (patch) | |
tree | d9d119b040af7e54e092261eef89da64500807d4 /src/callbacks.h | |
parent | 6034caada16eab3b07e090c0f2b29a1a3dd9d105 (diff) | |
download | mate-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.h | 2 |
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); |