diff options
author | Rico Tzschichholz <ricotz@t-online.de> | 2012-01-11 08:49:34 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@t-online.de> | 2012-01-11 08:49:34 +0100 |
commit | f24dd8f0676b8ea0f34ec5b4ba137ce57881f450 (patch) | |
tree | ea43e95440f9695993c4da474294296ccef18ea4 /tests | |
parent | b7a28de755cdb226059012de550d5b13dc904770 (diff) | |
download | gtk+-f24dd8f0676b8ea0f34ec5b4ba137ce57881f450.tar.gz |
Fix some missing renames of GtkApplicationEndStyle
Diffstat (limited to 'tests')
-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)); |