Associate the help button response with the appropriate callback. Fixes

2004-06-07  Kaushal Kumar  <kaushal.kumar@wipro.com>

        * gnome-window-properties.c (response_cb): Associate the help
        button response with the appropriate callback.
        Fixes bug #141391.
This commit is contained in:
Kaushal Kumar 2004-06-07 11:41:13 +00:00 committed by Kaushal Kumar
parent d3bca0732b
commit c42e05a7e7
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-06-07 Kaushal Kumar <kaushal.kumar@wipro.com>
* gnome-window-properties.c (response_cb): Associate the help
button response with the appropriate callback.
Fixes bug #141391.
2004-05-30 Ole Laursen <olau@hardworking.dk>
* gnome-window-properties.glade: Revamped the internal design and

View file

@ -354,7 +354,9 @@ response_cb (GtkWidget *dialog_win,
{
if (response_id == GTK_RESPONSE_HELP) {
capplet_help (GTK_WINDOW (dialog_win),
"user-guide.xml",
"goscustdesk-58");
} else {
gtk_widget_destroy (dialog_win);
}