summaryrefslogtreecommitdiff
path: root/daemon/gdm-legacy-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/gdm-legacy-display.c')
-rw-r--r--daemon/gdm-legacy-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm-legacy-display.c b/daemon/gdm-legacy-display.c
index d9c43366..cd6259ba 100644
--- a/daemon/gdm-legacy-display.c
+++ b/daemon/gdm-legacy-display.c
@@ -267,7 +267,7 @@ on_display_status_changed (GdmLegacyDisplay *self)
{
int status;
- status = gdm_display_get_status (self);
+ status = gdm_display_get_status (GDM_DISPLAY (self));
switch (status) {
case GDM_DISPLAY_UNMANAGED: