[gnome-settings-daemon] power: Overriding GSD_ACTION_DELAY doesn't do anything



commit 92c5e5eb0ac885a100b036d80437f25b9b4ebe6c
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Oct 17 11:57:15 2013 +0200

    power: Overriding GSD_ACTION_DELAY doesn't do anything
    
    There's no need for the test suite to override GSD_ACTION_DELAY,
    action is now taken on the UPower side.

 plugins/power/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/power/Makefile.am b/plugins/power/Makefile.am
index 0021664..0ff0d06 100644
--- a/plugins/power/Makefile.am
+++ b/plugins/power/Makefile.am
@@ -77,7 +77,7 @@ gsd_test_power_SOURCES =                              \
        test-power.c
 
 gsd_test_power_CFLAGS = $(libpower_la_CFLAGS)
-gsd_test_power_CPPFLAGS = $(libpower_la_CPPFLAGS) -DGSD_MOCK=1 -DGSD_ACTION_DELAY=1
+gsd_test_power_CPPFLAGS = $(libpower_la_CPPFLAGS) -DGSD_MOCK=1
 gsd_test_power_LDADD =                                 \
        -lm                                             \
        $(top_builddir)/plugins/common/libcommon.la     \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]