GNOME Bugzilla – Bug 556086
Use gtk_show_uri instead of gnome_help
Last modified: 2008-11-26 12:43:57 UTC
Patch follows.
Created attachment 120485 [details] [review] [PATCH] Drop gnome_help_display for gtk_show_uri from eog-util Closes: bug #556086. --- src/eog-util.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-)
Nice. Please commit with a proper ChangeLog entry after we've branched for 2.24.
Also, bumping the GTK+ dependency version may be necessary.
I took care of the dependency. 2008-10-13 Felix Riemann <> * configure.ac: this requires at least GTK+-2.13.1 * src/eog-util.c: (eog_util_show_help): Use gtk_show_uri instead of gnome-help to launch the help. Fixes bug #556086 (Diego Escalante Urrelo). ------------------------------------------------------------------------------- This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Perhaps we should use gtk_get_current_event_time ()? Note that it gives GDK_CURRENT_TIME by default, but I'm wondering if it's safer to use the gtk_* function...
Yes, you're right. :) I didn't remember that we can get Key/ButtonEvents in our show_help function. Thanks. 2008-10-14 Felix Riemann <> * src/eog-util.c: (eog_util_show_help): Use gtk_get_current_event_time() instead of GDK_CURRENT_TIME with gtk_show_uri (Diego Escalante Urrelo).
Updating patch status.