summaryrefslogtreecommitdiff
path: root/gtk/gtklinkbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-12-28 17:10:33 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-12-28 17:10:33 +0000
commit81b82a676f1107a19cd70fbe18a873b4b8762d63 (patch)
tree3e8bd7c3dcc379d50df4b8afad99bde6e776643f /gtk/gtklinkbutton.c
parent98c4b12ea3724503467361c8873ecb786a5a9100 (diff)
downloadgtk+-81b82a676f1107a19cd70fbe18a873b4b8762d63.tar.gz
More default property value corrections
svn path=/trunk/; revision=19276
Diffstat (limited to 'gtk/gtklinkbutton.c')
-rw-r--r--gtk/gtklinkbutton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtklinkbutton.c b/gtk/gtklinkbutton.c
index 099f46f07a..1fc0645c3d 100644
--- a/gtk/gtklinkbutton.c
+++ b/gtk/gtklinkbutton.c
@@ -131,7 +131,7 @@ gtk_link_button_class_init (GtkLinkButtonClass *klass)
/**
* GtkLinkButton:uri
*
- * The URI bound to this button.
+ * The URI bound to this button.
*
* Since: 2.10
*/
@@ -140,7 +140,7 @@ gtk_link_button_class_init (GtkLinkButtonClass *klass)
g_param_spec_string ("uri",
_("URI"),
_("The URI bound to this button"),
- "http://www.gtk.org",
+ NULL,
G_PARAM_READWRITE));
g_type_class_add_private (gobject_class, sizeof (GtkLinkButtonPrivate));