Change to use help docs instead of the "foo"/"bar" that's there.
Thu Sep 2 17:06:28 2004 Jonathan Blandford <jrb@redhat.com> * main.c: (cb_dialog_response): Change to use help docs instead of the "foo"/"bar" that's there.
This commit is contained in:
parent
c0b5b58d61
commit
072b848184
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Thu Sep 2 17:06:28 2004 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
|
* main.c: (cb_dialog_response): Change to use help docs instead of
|
||||||
|
the "foo"/"bar" that's there.
|
||||||
|
|
||||||
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
|
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
|
||||||
|
|
||||||
* main.c: (setup_dialog):
|
* main.c: (setup_dialog):
|
||||||
|
|
|
@ -93,8 +93,8 @@ cb_dialog_response (GtkDialog *dialog, gint response_id)
|
||||||
GnomeClient *client;
|
GnomeClient *client;
|
||||||
if (response_id == GTK_RESPONSE_HELP)
|
if (response_id == GTK_RESPONSE_HELP)
|
||||||
capplet_help (GTK_WINDOW (dialog),
|
capplet_help (GTK_WINDOW (dialog),
|
||||||
"foo.xml",
|
"user-guide.xml",
|
||||||
"bar");
|
"goscustaccess-11");
|
||||||
else if (response_id == GTK_RESPONSE_CLOSE || response_id == GTK_RESPONSE_DELETE_EVENT)
|
else if (response_id == GTK_RESPONSE_CLOSE || response_id == GTK_RESPONSE_DELETE_EVENT)
|
||||||
gtk_main_quit ();
|
gtk_main_quit ();
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue