summaryrefslogtreecommitdiff
path: root/src/plugins/gnome.c
diff options
context:
space:
mode:
authornpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2007-11-03 16:51:11 +0000
committernpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2007-11-03 16:51:11 +0000
commit27a8c49eae30f8ec2ccf71f1cc97e09aafa15406 (patch)
treef8ec7cd0cfca6b94fc6c97b4c13fbcdf52568ea2 /src/plugins/gnome.c
parent081aae6fa631a42b4bde929f7936420153266ff3 (diff)
downloadlibproxy-git-27a8c49eae30f8ec2ccf71f1cc97e09aafa15406.tar.gz
fix various warnings
Diffstat (limited to 'src/plugins/gnome.c')
-rw-r--r--src/plugins/gnome.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/gnome.c b/src/plugins/gnome.c
index 9d985cc..ad6c057 100644
--- a/src/plugins/gnome.c
+++ b/src/plugins/gnome.c
@@ -120,7 +120,8 @@ gconf_on_get_proxy(pxProxyFactory *self)
gdk_display_close(gdk_screen_get_display(screen));
// Make sure this config is registered
- px_proxy_factory_config_add(self, "gnome", PX_CONFIG_CATEGORY_SESSION, gconf_config_cb);
+ px_proxy_factory_config_add(self, "gnome", PX_CONFIG_CATEGORY_SESSION,
+ (pxProxyFactoryPtrCallback) gconf_config_cb);
return;
// We aren't in a gnome session, so make sure this is config is NOT registered