]> Pileus Git - ~andy/gtk/commitdiff
Fix the documentation for the grab-broken-event signal, noticed by Damon
authorMatthias Clasen <mclasen@redhat.com>
Thu, 22 Sep 2005 14:46:23 +0000 (14:46 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 22 Sep 2005 14:46:23 +0000 (14:46 +0000)
2005-09-22  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation
for the grab-broken-event signal, noticed by Damon Chaplin.

ChangeLog
ChangeLog.pre-2-10
gtk/gtkwidget.c

index 8d6a85f791fa2db3c45f89792adc11b82c81944f..02a457a40f6ebf8d1491bd544b328800566f4b80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation
+       for the grab-broken-event signal, noticed by Damon Chaplin.
+
 2005-09-21  Tor Lillqvist  <tml@novell.com>
 
        * gdk/win32/gdkselection-win32.c (gdk_selection_convert,
index 8d6a85f791fa2db3c45f89792adc11b82c81944f..02a457a40f6ebf8d1491bd544b328800566f4b80 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation
+       for the grab-broken-event signal, noticed by Damon Chaplin.
+
 2005-09-21  Tor Lillqvist  <tml@novell.com>
 
        * gdk/win32/gdkselection-win32.c (gdk_selection_convert,
index 03766858517078bce935f64798f18d5781b02b96..09b4c91a26d32c8d08aeccee358198c447518938 100644 (file)
@@ -1328,7 +1328,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
                  G_TYPE_BOOLEAN, 1,
                  GDK_TYPE_EVENT | G_SIGNAL_TYPE_STATIC_SCOPE);
   /**
-   * GtkWidget::grab-broken:
+   * GtkWidget::grab-broken-event:
    * @widget: the object which received the signal
    * @event: the #GdkEventGrabBroken event
    *