diff -Nru gnome-system-monitor-3.7.90/debian/changelog gnome-system-monitor-3.7.90/debian/changelog --- gnome-system-monitor-3.7.90/debian/changelog 2013-02-21 06:03:48.000000000 -0500 +++ gnome-system-monitor-3.7.90/debian/changelog 2013-03-14 20:37:51.000000000 -0400 @@ -1,3 +1,9 @@ +gnome-system-monitor (3.7.90-0ubuntu2) UNRELEASED; urgency=low + + * Update to support Quit accelerator / hot key Primary-q + + -- Steven Harms Thu, 14 Mar 2013 20:36:56 -0400 + gnome-system-monitor (3.7.90-0ubuntu1) raring; urgency=low [ Robert Roth ] diff -Nru gnome-system-monitor-3.7.90/debian/patches/quit-accel-fix gnome-system-monitor-3.7.90/debian/patches/quit-accel-fix --- gnome-system-monitor-3.7.90/debian/patches/quit-accel-fix 1969-12-31 19:00:00.000000000 -0500 +++ gnome-system-monitor-3.7.90/debian/patches/quit-accel-fix 2013-03-14 20:45:12.000000000 -0400 @@ -0,0 +1,20 @@ +Description: Add quit accelerator to gnome-system-monitor +Added Primary-Q accelerator to be able to quit with a hot key. +Reported upstream as #695891 + . + gnome-system-monitor (3.7.90-0ubuntu2) UNRELEASED; urgency=low + . + * Update to support Quit accelerator / hot key Primary-q +Author: Steven Harms +Bug: https://bugzilla.gnome.org/show_bug.cgi?id=695891 + +--- gnome-system-monitor-3.7.90.orig/data/menus.ui ++++ gnome-system-monitor-3.7.90/data/menus.ui +@@ -24,6 +24,7 @@ + + Quit + app.quit ++ <Primary>q + + + diff -Nru gnome-system-monitor-3.7.90/debian/patches/series gnome-system-monitor-3.7.90/debian/patches/series --- gnome-system-monitor-3.7.90/debian/patches/series 2013-02-21 06:03:48.000000000 -0500 +++ gnome-system-monitor-3.7.90/debian/patches/series 2013-03-14 20:38:19.000000000 -0400 @@ -1 +1,2 @@ # Debian patches for gnome-system-monitor +quit-accel-fix