summaryrefslogtreecommitdiff
path: root/src/themes/coco/coco-theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/themes/coco/coco-theme.c')
-rw-r--r--src/themes/coco/coco-theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/themes/coco/coco-theme.c b/src/themes/coco/coco-theme.c
index d31de8b..ef21e00 100644
--- a/src/themes/coco/coco-theme.c
+++ b/src/themes/coco/coco-theme.c
@@ -95,7 +95,7 @@ enum
static gboolean
activate_link (GtkLabel *label, const char *url, WindowData *windata)
{
- windata->url_clicked (windata->win, url);
+ windata->url_clicked (GTK_WINDOW (windata->win), url);
return TRUE;
}