[gnome-settings-daemon] wacom: Update for gnome-desktop API change



commit 013b7d0388c8a78b639e571a5e1b3a67d134f4cb
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Mar 4 12:50:17 2013 +0100

    wacom: Update for gnome-desktop API change

 plugins/wacom/gsd-wacom-device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/wacom/gsd-wacom-device.c b/plugins/wacom/gsd-wacom-device.c
index 28d6e4d..bd58a78 100644
--- a/plugins/wacom/gsd-wacom-device.c
+++ b/plugins/wacom/gsd-wacom-device.c
@@ -576,7 +576,7 @@ find_builtin_output (GnomeRRScreen *rr_screen)
                if (!gnome_rr_output_is_connected (rr_outputs[i]))
                        continue;
 
-               if (gnome_rr_output_is_laptop(rr_outputs[i])) {
+               if (gnome_rr_output_is_builtin_display(rr_outputs[i])) {
                        retval = rr_outputs[i];
                        break;
                }


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