gtk+ r19992 - in branches/gtk-2-12: . docs/reference/gdk/tmpl
- From: bratsche svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r19992 - in branches/gtk-2-12: . docs/reference/gdk/tmpl
- Date: Thu, 10 Apr 2008 22:11:36 +0100 (BST)
Author: bratsche
Date: Thu Apr 10 22:11:36 2008
New Revision: 19992
URL: http://svn.gnome.org/viewvc/gtk+?rev=19992&view=rev
Log:
2008-04-10 Cody Russell <bratsche gnome org>
* docs/reference/gdk/tmpl/windows.sgml: Fix to say
g_signal_connect_after rather than g_signal_register_after.
(reported by Guillaume Cottenceau)
Modified:
branches/gtk-2-12/ChangeLog
branches/gtk-2-12/docs/reference/gdk/tmpl/windows.sgml
Modified: branches/gtk-2-12/docs/reference/gdk/tmpl/windows.sgml
==============================================================================
--- branches/gtk-2-12/docs/reference/gdk/tmpl/windows.sgml (original)
+++ branches/gtk-2-12/docs/reference/gdk/tmpl/windows.sgml Thu Apr 10 22:11:36 2008
@@ -50,7 +50,7 @@
*
* In this case we do not want app-paintable to be set on the widget
* since we want it to draw its own (red) background. Because of this,
- * however, we must ensure that we use g_signal_register_after so that
+ * however, we must ensure that we use g_signal_connect_after so that
* this handler is called after the red has been drawn. If it was
* called before then GTK would just blindly paint over our work.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]