Enable the Help button (#131286)

2004-01-18  Rodney Dawes  <dobey@ximian.com>

	* gnome-wp-capplet.c: Enable the Help button (#131286)
This commit is contained in:
Rodney Dawes 2004-01-18 21:11:45 +00:00 committed by Rodney Dawes
parent a35e16866a
commit 2d2222aba1
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2004-01-18 Rodney Dawes <dobey@ximian.com>
* gnome-wp-capplet.c: Enable the Help button (#131286)
2004-01-16 Christophe Merlet <redfox@redfoxcenter.org>
* Makefile.am: add DESTDIR variable in install-data-local section.

View file

@ -1168,13 +1168,10 @@ static void wallpaper_properties_init (void) {
G_CALLBACK (bg_properties_dragged_image), capplet);
/* Dialog Buttons */
/* We are hiding the help button for now, since we have no docs */
/*
label = gtk_button_new_from_stock (GTK_STOCK_HELP);
gtk_dialog_add_action_widget (GTK_DIALOG (capplet->window), label,
GTK_RESPONSE_HELP);
gtk_widget_show (label);
*/
label = gtk_button_new_from_stock (GTK_STOCK_CLOSE);
gtk_dialog_add_action_widget (GTK_DIALOG (capplet->window), label,