[gtk+] Fix doc typos



commit a5475e0ec288222effb6964cb85fc9d77684a154
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Dec 18 21:47:03 2009 -0500

    Fix doc typos
    
    Reported in bug 604902.

 gtk/gtkwindow.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index e5d6080..f01820d 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -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.
    *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]