[gnome-builder] mingw: Properly set device id



commit fbc1d2502906a0a922a77f72a1a25ec4148f15ec
Author: Patrick Griffis <tingping tingping se>
Date:   Fri Apr 24 02:10:39 2015 -0400

    mingw: Properly set device id
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748427

 libide/mingw/ide-mingw-device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/mingw/ide-mingw-device.c b/libide/mingw/ide-mingw-device.c
index 4320946..b76041e 100644
--- a/libide/mingw/ide-mingw-device.c
+++ b/libide/mingw/ide-mingw-device.c
@@ -37,7 +37,7 @@ ide_mingw_device_new (IdeContext  *context,
   self = g_object_new (IDE_TYPE_MINGW_DEVICE,
                        "context", context,
                        "display-name", display_name,
-                       "id", system_type,
+                       "id", id,
                        NULL);
 
   self->system_type = g_strdup (system_type);


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