summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.c')
-rw-r--r--src/tab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tab.c b/src/tab.c
index 5aa7960..f4f11bc 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -386,7 +386,7 @@ mq_tab_populate_tab(MqTab *tab)
static void
favicon_cb(WebKitWebView G_GNUC_UNUSED *web_view,
- GParamSpec G_GNUC_UNUSED *paramspec, MqTab *tab)
+ GParamSpec G_GNUC_UNUSED *param_spec, MqTab *tab)
{
cairo_surface_t *surface;
GdkPixbuf *pixbuf;
@@ -410,7 +410,7 @@ favicon_cb(WebKitWebView G_GNUC_UNUSED *web_view,
static void
title_cb(WebKitWebView G_GNUC_UNUSED *web_view,
- GParamSpec G_GNUC_UNUSED *paramspec, MqTab *tab)
+ GParamSpec G_GNUC_UNUSED *param_spec, MqTab *tab)
{
tab->title = webkit_web_view_get_title(tab->web_view);
if (tab->scrolling) {