Add a missing semicolon to an entity.

2004-02-17  Federico Mena Quintero  <federico@ximian.com>

	* gtk/migrating-checklist.sgml: Add a missing semicolon to an
	entity.
This commit is contained in:
Federico Mena Quintero 2004-02-18 02:54:11 +00:00 committed by Federico Mena Quintero
parent a6e4e43c05
commit c10e045cef
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-02-17 Federico Mena Quintero <federico@ximian.com>
* gtk/migrating-checklist.sgml: Add a missing semicolon to an
entity.
2004-02-16 Federico Mena Quintero <federico@ximian.com> 2004-02-16 Federico Mena Quintero <federico@ximian.com>
* gtk/migrating-checklist.sgml: Umm, I'm on crack. Use * gtk/migrating-checklist.sgml: Umm, I'm on crack. Use

View File

@ -247,7 +247,7 @@ my_widget_expose_event_handler (GtkWidget *widget, GdkEventExpose *event)
Say you want to see if Say you want to see if
<keycombo><keycap>Control</keycap><keycap>F10</keycap></keycombo> <keycombo><keycap>Control</keycap><keycap>F10</keycap></keycombo>
was pressed. Doing a simple test like was pressed. Doing a simple test like
<literal>event-&gt;keysym&nbsp;==&nbspGDK_F10 &amp;&amp; <literal>event-&gt;keysym&nbsp;==&nbsp;GDK_F10 &amp;&amp;
event->state&nbsp;==&nbsp;GDK_CONTROL_MASK</literal> is not event->state&nbsp;==&nbsp;GDK_CONTROL_MASK</literal> is not
enough. If <keycap>CapsLock</keycap> is pressed, then enough. If <keycap>CapsLock</keycap> is pressed, then
<structfield>event-&gt;state</structfield> will be equal to <structfield>event-&gt;state</structfield> will be equal to