summaryrefslogtreecommitdiff
path: root/gtk/gtklinkbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-05-14 04:25:34 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-05-14 04:25:34 +0000
commit113f364a37cefbef4eabb2c40070e08357a1b157 (patch)
tree8d1c6780766d0470c72d31978d1b6b58cfda62bf /gtk/gtklinkbutton.c
parent1ad9d62428e79b3b5f2a5609ba44a7320bd77b9c (diff)
downloadgtk+-113f364a37cefbef4eabb2c40070e08357a1b157.tar.gz
More of the same
Diffstat (limited to 'gtk/gtklinkbutton.c')
-rw-r--r--gtk/gtklinkbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklinkbutton.c b/gtk/gtklinkbutton.c
index 7d872a4821..e742c69933 100644
--- a/gtk/gtklinkbutton.c
+++ b/gtk/gtklinkbutton.c
@@ -106,7 +106,7 @@ static GtkLinkButtonUriFunc uri_func = NULL;
static gpointer uri_func_data = NULL;
static GDestroyNotify uri_func_destroy = NULL;
-G_DEFINE_TYPE (GtkLinkButton, gtk_link_button, GTK_TYPE_BUTTON);
+G_DEFINE_TYPE (GtkLinkButton, gtk_link_button, GTK_TYPE_BUTTON)
static void
gtk_link_button_class_init (GtkLinkButtonClass *klass)