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:
parent
d3bca0732b
commit
c42e05a7e7
2 changed files with 9 additions and 1 deletions
|
@ -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>
|
2004-05-30 Ole Laursen <olau@hardworking.dk>
|
||||||
|
|
||||||
* gnome-window-properties.glade: Revamped the internal design and
|
* gnome-window-properties.glade: Revamped the internal design and
|
||||||
|
|
|
@ -354,7 +354,9 @@ response_cb (GtkWidget *dialog_win,
|
||||||
{
|
{
|
||||||
|
|
||||||
if (response_id == GTK_RESPONSE_HELP) {
|
if (response_id == GTK_RESPONSE_HELP) {
|
||||||
|
capplet_help (GTK_WINDOW (dialog_win),
|
||||||
|
"user-guide.xml",
|
||||||
|
"goscustdesk-58");
|
||||||
} else {
|
} else {
|
||||||
gtk_widget_destroy (dialog_win);
|
gtk_widget_destroy (dialog_win);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue