testgtk: Stop using gtk_micro_version

This will be going away soon
This commit is contained in:
Matthias Clasen 2016-11-19 12:27:02 -05:00
parent 158afb4ef9
commit c418ce0365

View File

@ -8896,7 +8896,7 @@ create_main_window (void)
box1 = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
gtk_container_add (GTK_CONTAINER (window), box1);
if (gtk_micro_version > 0)
if (gtk_get_micro_version () > 0)
sprintf (buffer,
"Gtk+ v%d.%d.%d",
gtk_get_major_version (),