From e6aa360c21d295ae64133c5733ba9bce14bd71e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Briano?= Date: Wed, 29 Sep 2010 22:34:02 +0000 Subject: [PATCH] As requested by T_UNIX, remove the mention of any git hash in the comment, as it doesn't seem to be valid for upstream. SVN revision: 52908 --- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c index cd8120820e..b6bdf2d0dc 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c @@ -1513,9 +1513,8 @@ ecore_x_randr_output_name_get(Ecore_X_Window root, /* * Actually the bewow command is correct, but due to a bug in libXrandr * it doesn't work. Therefor we stick with strlen(). - * Replace the line below with the following once - * libXrandr >= git revision '25d793ab4ec111658e541c94eba4893a81d6a3b7'. - * is shipped and standard. + * Replace the line below with the following once this bug is + * fixed within libXrandr. * * *len = output_info->nameLen; *