]> Pileus Git - ~andy/gtk/commitdiff
Fix doc typos
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 Dec 2009 02:47:03 +0000 (21:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 19 Dec 2009 02:48:18 +0000 (21:48 -0500)
Reported in bug 604902.

gtk/gtkwindow.c

index e5d6080a5085d6590306c558dc7d0c47f23f3363..f01820d1fb19daefc402866a7e56eb993f2f47ae 100644 (file)
@@ -666,7 +666,7 @@ gtk_window_class_init (GtkWindowClass *klass)
                                                          GTK_PARAM_READWRITE));  
 
   /**
-   * GtkWindow:accept-focus-hint:
+   * GtkWindow:accept-focus:
    *
    * Whether the window should receive the input focus.
    *
@@ -681,7 +681,7 @@ gtk_window_class_init (GtkWindowClass *klass)
                                                          GTK_PARAM_READWRITE));  
 
   /**
-   * GtkWindow:focus-on-map-hint:
+   * GtkWindow:focus-on-map:
    *
    * Whether the window should receive the input focus when mapped.
    *