After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 515179 - F1 does not display help in interactive dialogue
F1 does not display help in interactive dialogue
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: screenshot
2.20.x
Other All
: Normal minor
: ---
Assigned To: Jonathan Blandford
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-08 11:07 UTC by Alexander Gnodtke
Modified: 2008-08-10 19:07 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Suggested patch (826 bytes, patch)
2008-02-08 11:36 UTC, Alexander Gnodtke
committed Details | Review

Description Alexander Gnodtke 2008-02-08 11:07:28 UTC
When running gnome-screenshot with --interactive switch F1 does not open the help dialogue in the initial dialogue.
After taking the screenshot the save dialogue is displayed. In this save dialogue the F1 key works as expected.
The F1 key should work consistently in both dialogues.

Other information:
Comment 1 Alexander Gnodtke 2008-02-08 11:36:43 UTC
Created attachment 104704 [details] [review]
Suggested patch

This is a suggested patch.
Even though it is trivial, any feedback would be appreciated since I am new to GNOME.
Comment 2 Emmanuele Bassi (:ebassi) 2008-04-07 14:24:03 UTC
patch looks okay. could you please commit it, if you have a SVN commit bit? otherwise I'll just do it as soon as I can.
Comment 3 Alexander Gnodtke 2008-04-07 15:47:37 UTC
I have no SVN rights so I would ask you to please commit the patch,
thanks
Comment 4 Emmanuele Bassi (:ebassi) 2008-08-10 19:07:53 UTC
committed to trunk. thanks!

2008-08-10  Emmanuele Bassi  <ebassi@gnome.org>

	Bug 515179 – F1 does not display help in interactive dialogue

	* gnome-screenshot.c:
	(key_press_cb), (create_interactive_dialog): Show help in the
	interactive dialog when pressing F1. (Alexander Gnodtke)