pygtk r3004 - trunk/docs/reference



Author: paulp
Date: Tue Jul  1 21:36:09 2008
New Revision: 3004
URL: http://svn.gnome.org/viewvc/pygtk?rev=3004&view=rev

Log:
2008-07-02  Paul Pogonyshev  <pogonyshev gmx net>

	* pygtk-gtknotebook.xml (gtk.Notebook.set_tab_detachable): Replace
	non-existing gtk.NOTEBOOK_TAB constant with string
	'GTK_NOTEBOOK_TAB' (bug #524177).


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/pygtk-gtknotebook.xml

Modified: trunk/docs/reference/pygtk-gtknotebook.xml
==============================================================================
--- trunk/docs/reference/pygtk-gtknotebook.xml	(original)
+++ trunk/docs/reference/pygtk-gtknotebook.xml	Tue Jul  1 21:36:09 2008
@@ -2139,7 +2139,7 @@
       
       <para>If you want a widget to interact with a notebook through DnD
       (i.e.: accept dragged tabs from it) it must be set as a drop
-      destination and accept the target "gtk.NOTEBOOK_TAB". The notebook
+      destination and accept the target 'GTK_NOTEBOOK_TAB'. The notebook
       will fill the selection with a reference to the child
       widget that corresponds to the dropped tab.</para>
       



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