diff options
Diffstat (limited to 'tests/testlogout.c')
-rw-r--r-- | tests/testlogout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testlogout.c b/tests/testlogout.c index a278c7b133..3cd9ecb05e 100644 --- a/tests/testlogout.c +++ b/tests/testlogout.c @@ -13,7 +13,7 @@ static void end_session (GtkButton *button, GtkApplication *app) { const gchar *id; - GtkApplicationEndStyle style; + GtkApplicationEndSessionStyle style; gboolean confirm; id = gtk_combo_box_get_active_id (GTK_COMBO_BOX (end_combo)); |