
mythtv at cvs
Dec 13, 2009, 3:27 PM
Post #1 of 6
(675 views)
Permalink
|
|
Ticket #7748: External requests to quit are processed the same as internal requests
|
|
#7748: External requests to quit are processed the same as internal requests ---------------------------------------------+------------------------------ Reporter: sueprm1@… | Owner: stuartm Type: patch | Status: new Priority: minor | Milestone: unknown Component: MythTV - User Interface Library | Version: head Severity: medium | Mlocked: 0 ---------------------------------------------+------------------------------ This comes from an issue where the user tries to use the Gnome menu to logout or reboot the system. QT receives a closeEvent, and then MythTV takes that close event and translates it into a keypress forcing the close menu to come up. This is not the correct behavior. When the user presses the X or uses the exit key, that menu should come up, but when restarting the system or logging out, it should obey the system's request to close the app. I'm attaching a patch that should fix this behavior. -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7748> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|