summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.h
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2003-06-30 13:10:12 +0000
committerMark McLoughlin <markmc@src.gnome.org>2003-06-30 13:10:12 +0000
commitc921fdf53b42fe222017b2498b353a6c818af5d8 (patch)
tree3a69f679313db7a33de1562ea9e8ff40dab3d6a5 /gtk/gtkexpander.h
parent281a95549c188f6ab910a40c4fd23d8bc271d877 (diff)
downloadgdk-pixbuf-c921fdf53b42fe222017b2498b353a6c818af5d8.tar.gz
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.
Diffstat (limited to 'gtk/gtkexpander.h')
-rw-r--r--gtk/gtkexpander.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkexpander.h b/gtk/gtkexpander.h
index 912e612a7..e838a80aa 100644
--- a/gtk/gtkexpander.h
+++ b/gtk/gtkexpander.h
@@ -50,9 +50,9 @@ struct _GtkExpanderClass
{
GtkBinClass parent_class;
-  /* Key binding signal; to get notification on the expansion
-  * state connect to notify::expanded.
-  */
+ /* Key binding signal; to get notification on the expansion
+ * state connect to notify:expanded.
+ */
void (* activate) (GtkExpander *expander);
};