From 2d2222aba15d002adf89cac257e2b2ae95f4a5d9 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Sun, 18 Jan 2004 21:11:45 +0000 Subject: [PATCH] Enable the Help button (#131286) 2004-01-18 Rodney Dawes * gnome-wp-capplet.c: Enable the Help button (#131286) --- capplets/background/ChangeLog | 4 ++++ capplets/background/gnome-wp-capplet.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/capplets/background/ChangeLog b/capplets/background/ChangeLog index bcc3f00ba..0499e112d 100644 --- a/capplets/background/ChangeLog +++ b/capplets/background/ChangeLog @@ -1,3 +1,7 @@ +2004-01-18 Rodney Dawes + + * gnome-wp-capplet.c: Enable the Help button (#131286) + 2004-01-16 Christophe Merlet * Makefile.am: add DESTDIR variable in install-data-local section. diff --git a/capplets/background/gnome-wp-capplet.c b/capplets/background/gnome-wp-capplet.c index ebe030932..4c6b5371d 100644 --- a/capplets/background/gnome-wp-capplet.c +++ b/capplets/background/gnome-wp-capplet.c @@ -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,