kill some stray characters breaking the build.

2003-06-30  Mark McLoughlin  <mark@skynet.ie>

        * gtk/gtkexpander.h: kill some stray characters
        breaking the build.
This commit is contained in:
Mark McLoughlin 2003-06-30 13:10:12 +00:00 committed by Mark McLoughlin
parent 281a95549c
commit c921fdf53b
6 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-06-30 Mark McLoughlin <mark@skynet.ie>
* gtk/gtkexpander.h: kill some stray characters
breaking the build.
2003-06-30 Mark McLoughlin <mark@skynet.ie> 2003-06-30 Mark McLoughlin <mark@skynet.ie>
Add GtkExpander. See discussion in bug #60553. Add GtkExpander. See discussion in bug #60553.

View File

@ -1,3 +1,8 @@
2003-06-30 Mark McLoughlin <mark@skynet.ie>
* gtk/gtkexpander.h: kill some stray characters
breaking the build.
2003-06-30 Mark McLoughlin <mark@skynet.ie> 2003-06-30 Mark McLoughlin <mark@skynet.ie>
Add GtkExpander. See discussion in bug #60553. Add GtkExpander. See discussion in bug #60553.

View File

@ -1,3 +1,8 @@
2003-06-30 Mark McLoughlin <mark@skynet.ie>
* gtk/gtkexpander.h: kill some stray characters
breaking the build.
2003-06-30 Mark McLoughlin <mark@skynet.ie> 2003-06-30 Mark McLoughlin <mark@skynet.ie>
Add GtkExpander. See discussion in bug #60553. Add GtkExpander. See discussion in bug #60553.

View File

@ -1,3 +1,8 @@
2003-06-30 Mark McLoughlin <mark@skynet.ie>
* gtk/gtkexpander.h: kill some stray characters
breaking the build.
2003-06-30 Mark McLoughlin <mark@skynet.ie> 2003-06-30 Mark McLoughlin <mark@skynet.ie>
Add GtkExpander. See discussion in bug #60553. Add GtkExpander. See discussion in bug #60553.

View File

@ -1,3 +1,8 @@
2003-06-30 Mark McLoughlin <mark@skynet.ie>
* gtk/gtkexpander.h: kill some stray characters
breaking the build.
2003-06-30 Mark McLoughlin <mark@skynet.ie> 2003-06-30 Mark McLoughlin <mark@skynet.ie>
Add GtkExpander. See discussion in bug #60553. Add GtkExpander. See discussion in bug #60553.

View File

@ -50,9 +50,9 @@ struct _GtkExpanderClass
{ {
GtkBinClass parent_class; GtkBinClass parent_class;
  /* Key binding signal; to get notification on the expansion /* Key binding signal; to get notification on the expansion
  * state connect to notify::expanded. * state connect to notify:expanded.
  */ */
void (* activate) (GtkExpander *expander); void (* activate) (GtkExpander *expander);
}; };