patches/control-center-09-help-links.diff
changeset 1470 11f8ffa48e2e
parent 1469 a9e6e3d255e1
child 1471 f00b9c94ff82
equal deleted inserted replaced
1469:a9e6e3d255e1 1470:11f8ffa48e2e
     1 diff -urN control-center-2.4.0/capplets/accessibility/keyboard/gnome-accessibility-keyboard-properties.c control-center-2.4.0-hacked/capplets/accessibility/keyboard/gnome-accessibility-keyboard-properties.c
       
     2 --- control-center-2.4.0/capplets/accessibility/keyboard/gnome-accessibility-keyboard-properties.c	2003-05-04 10:49:13.000000000 -1200
       
     3 +++ control-center-2.4.0-hacked/capplets/accessibility/keyboard/gnome-accessibility-keyboard-properties.c	2003-10-20 02:36:23.000000000 -1200
       
     4 @@ -72,7 +72,7 @@
       
     5  	switch (response_id) {
       
     6  	case GTK_RESPONSE_HELP:
       
     7  		capplet_help (GTK_WINDOW (widget),
       
     8 -			      "wgoscustaccess.xml",
       
     9 +			      "wgoscustdesk.xml",
       
    10  			      "goscustaccess-6");
       
    11  		break;
       
    12  	case GTK_RESPONSE_DELETE_EVENT:
       
    13 diff -urN control-center-2.4.0/capplets/default-applications/gnome-default-applications-properties.c control-center-2.4.0-hacked/capplets/default-applications/gnome-default-applications-properties.c
       
    14 --- control-center-2.4.0/capplets/default-applications/gnome-default-applications-properties.c	2003-08-01 07:45:43.000000000 -1200
       
    15 +++ control-center-2.4.0-hacked/capplets/default-applications/gnome-default-applications-properties.c	2003-10-20 02:36:43.000000000 -1200
       
    16 @@ -559,7 +559,7 @@
       
    17  		 GladeXML  *dialog)
       
    18  {
       
    19  	if (response_id == GTK_RESPONSE_HELP)
       
    20 -		capplet_help (GTK_WINDOW (widget), "wgoscustlookandfeel.xml", "goscustdoc-2");
       
    21 +		capplet_help (GTK_WINDOW (widget), "wgoscustdesk.xml", "goscustdoc-2");
       
    22  	else
       
    23  		gtk_main_quit ();
       
    24  }
       
    25 diff -urN control-center-2.4.0/capplets/display/main.c control-center-2.4.0-hacked/capplets/display/main.c
       
    26 --- control-center-2.4.0/capplets/display/main.c	2003-08-05 10:48:26.000000000 -1200
       
    27 +++ control-center-2.4.0-hacked/capplets/display/main.c	2003-10-20 02:37:10.000000000 -1200
       
    28 @@ -685,7 +685,7 @@
       
    29      case GTK_RESPONSE_HELP:
       
    30        /* FIXME: This needs to be changed to the right section
       
    31         * when the docs have been written. */
       
    32 -		capplet_help (GTK_WINDOW (dialog), "wgoscustdesk.xml", "goscustdesk-38");
       
    33 +		capplet_help (GTK_WINDOW (dialog), "wgoscustdesk.xml", "goscustdesk-70");
       
    34        break;
       
    35      case GTK_RESPONSE_APPLY:
       
    36        save_computer = info->per_computer_check != NULL && gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (info->per_computer_check));
       
    37 diff -urN control-center-2.4.0/capplets/file-types/file-types-capplet.c control-center-2.4.0-hacked/capplets/file-types/file-types-capplet.c
       
    38 --- control-center-2.4.0/capplets/file-types/file-types-capplet.c	2002-10-02 22:18:55.000000000 -1200
       
    39 +++ control-center-2.4.0-hacked/capplets/file-types/file-types-capplet.c	2003-10-20 02:35:33.000000000 -1200
       
    40 @@ -165,7 +165,7 @@
       
    41  {
       
    42  	if (response_id == GTK_RESPONSE_HELP)
       
    43  		capplet_help (GTK_WINDOW (dialog),
       
    44 -			"wgoscustlookandfeel.xml",
       
    45 +			"wgoscustdesk.xml",
       
    46  			"goscustdoc-7");
       
    47  	else
       
    48  		gtk_main_quit ();