Use gtk_show_uri() instead of gnome_help_display_desktop()

Fri Oct 24 15:42:11 2008  Søren Sandmann  <sandmann@redhat.com>

	* Use gtk_show_uri() instead of gnome_help_display_desktop()


svn path=/trunk/; revision=9094
This commit is contained in:
Søren Sandmann 2008-10-24 19:42:26 +00:00 committed by Søren Sandmann Pedersen
parent bba36b9e37
commit 1616422ded
14 changed files with 33 additions and 30 deletions

View file

@ -84,7 +84,6 @@ cb_dialog_response (GtkDialog *dialog, gint response_id)
GnomeClient *client;
if (response_id == GTK_RESPONSE_HELP)
capplet_help (GTK_WINDOW (dialog),
"user-guide.xml",
"goscustaccess-11");
else if (response_id == GTK_RESPONSE_CLOSE || response_id == GTK_RESPONSE_DELETE_EVENT)
gtk_main_quit ();