Fix a cut-and-paste error

svn path=/trunk/; revision=46934
This commit is contained in:
Anders Broman 2013-01-04 17:44:38 +00:00
parent 7d8ab07431
commit ad7f545a50
1 changed files with 1 additions and 1 deletions

View File

@ -2092,6 +2092,7 @@ ws_gtk_grid_set_homogeneous(GtkGrid *grid, gboolean homogeneous)
gtk_grid_set_row_homogeneous(grid, homogeneous);
gtk_grid_set_column_homogeneous(grid, homogeneous);
}
#endif /* !GTK_CHECK_VERSION(3,0,0) */
/*
* Wrapp gdk_cairo_set_source_color() with the GTK 3 equivalent
@ -2108,5 +2109,4 @@ gdk_cairo_set_source_rgba(cairo_t *cr, const GdkRGBA *rgba)
gdk_cairo_set_source_color(cr, &color);
}
#endif /* !GTK_CHECK_VERSION(3,0,0) */
#endif /* GTK_CHECK_VERSION(3,0,0) */