removed a left over GTK_CHECK_VERSION(2,2,0).

2003-05-25  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/uniteditor.c (unit_editor_dialog): removed a
	left over GTK_CHECK_VERSION(2,2,0).
This commit is contained in:
Michael Natterer 2003-05-25 11:26:20 +00:00 committed by Michael Natterer
parent 89bfbdf66d
commit bbd2be1c28
2 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2003-05-25 Michael Natterer <mitch@gimp.org>
* plug-ins/common/uniteditor.c (unit_editor_dialog): removed a
left over GTK_CHECK_VERSION(2,2,0).
2003-05-24 Hans Breuer <hans@breuer.org>
* **/makefile.msc **/*.def : updated win32 (msvc) build

View file

@ -599,13 +599,8 @@ unit_editor_dialog (void)
col = gtk_tree_view_column_new_with_attributes (gettext (columns[i].title),
gtk_cell_renderer_text_new (),
"text", i,
(GTK_CHECK_VERSION (2,2,0) ?
"cell-background-gdk" : NULL),
BG_COLOR,
"text", i,
"cell-background-gdk", BG_COLOR,
NULL);
gtk_tree_view_append_column (GTK_TREE_VIEW (tv), col);