diff options
author | Benjamin Otte <otte@redhat.com> | 2020-07-24 22:32:16 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2020-07-25 00:47:36 +0200 |
commit | 3078b180fe79efd0e58239dabb7098c40aced1a8 (patch) | |
tree | a4ce228bafd8df1eff46d2410554a2b2a3c0f12e /tests/testassistant.c | |
parent | 556997f9df3b771733fc49a02d5424aee276e29f (diff) | |
download | gtk+-3078b180fe79efd0e58239dabb7098c40aced1a8.tar.gz |
Replace "gdouble" with "double"
Diffstat (limited to 'tests/testassistant.c')
-rw-r--r-- | tests/testassistant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testassistant.c b/tests/testassistant.c index 0d0d88259a..e85396cda1 100644 --- a/tests/testassistant.c +++ b/tests/testassistant.c @@ -109,7 +109,7 @@ progress_timeout (GtkWidget *assistant) { GtkWidget *progress; int current_page; - gdouble value; + double value; current_page = gtk_assistant_get_current_page (GTK_ASSISTANT (assistant)); progress = gtk_assistant_get_nth_page (GTK_ASSISTANT (assistant), current_page); |