aboutsummaryrefslogtreecommitdiff
path: root/src/greeter-list.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/greeter-list.vala')
-rw-r--r--src/greeter-list.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/greeter-list.vala b/src/greeter-list.vala
index dc41a8f..c574778 100644
--- a/src/greeter-list.vala
+++ b/src/greeter-list.vala
@@ -155,7 +155,7 @@ public abstract class GreeterList : FadableBox
/* When we swap out a scrolling entry, make sure to hide its
* image button, else it will appear in the tab chain. */
if (_scrolling_entry != null)
- _scrolling_entry.set_options_image (null);
+ _scrolling_entry.set_options_image (null, null);
_scrolling_entry = value;
}
}