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:
parent
89bfbdf66d
commit
bbd2be1c28
2 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue