[PATCH 1/2] cms-colord: Fix build after the API change 'Honor XDG_CONFIG_DIRS'

2013-05-15 Thread Richard Hughes
---
 src/cms-colord.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cms-colord.c b/src/cms-colord.c
index 33f23b2..af6b5fa 100644
--- a/src/cms-colord.c
+++ b/src/cms-colord.c
@@ -478,7 +478,7 @@ colord_cms_output_destroy(gpointer data)
 
 WL_EXPORT int
 module_init(struct weston_compositor *ec,
-   int *argc, char *argv[], const char *config_file)
+   int *argc, char *argv[])
 {
gboolean ret;
GError *error = NULL;
-- 
1.8.2.1

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: [PATCH 1/2] cms-colord: Fix build after the API change 'Honor XDG_CONFIG_DIRS'

2013-05-15 Thread Kristian Høgsberg
On Wed, May 15, 2013 at 09:17:37AM +0100, Richard Hughes wrote:
 ---
  src/cms-colord.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, this and 2/2 applied.

Kristian

 diff --git a/src/cms-colord.c b/src/cms-colord.c
 index 33f23b2..af6b5fa 100644
 --- a/src/cms-colord.c
 +++ b/src/cms-colord.c
 @@ -478,7 +478,7 @@ colord_cms_output_destroy(gpointer data)
  
  WL_EXPORT int
  module_init(struct weston_compositor *ec,
 - int *argc, char *argv[], const char *config_file)
 + int *argc, char *argv[])
  {
   gboolean ret;
   GError *error = NULL;
 -- 
 1.8.2.1
 
 ___
 wayland-devel mailing list
 wayland-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/wayland-devel
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel