summaryrefslogtreecommitdiff
path: root/plugins/xrdb/msd-xrdb-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/xrdb/msd-xrdb-manager.c')
-rw-r--r--plugins/xrdb/msd-xrdb-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/xrdb/msd-xrdb-manager.c b/plugins/xrdb/msd-xrdb-manager.c
index 51035e9..7daefb9 100644
--- a/plugins/xrdb/msd-xrdb-manager.c
+++ b/plugins/xrdb/msd-xrdb-manager.c
@@ -473,8 +473,8 @@ apply_settings (MsdXrdbManager *manager,
}
static void
-theme_changed (GtkSettings *settings,
- GParamSpec *pspec,
+theme_changed (GtkSettings *settings G_GNUC_UNUSED,
+ GParamSpec *pspec G_GNUC_UNUSED,
MsdXrdbManager *manager)
{
apply_settings (manager, gtk_widget_get_style (manager->priv->widget));