Add compatibility for GTK 2.18
authorKlaus Ethgen <Klaus@Ethgen.de>
Tue, 13 Oct 2009 21:49:21 +0000 (21:49 +0000)
committerKlaus Ethgen <Klaus@Ethgen.de>
Tue, 13 Oct 2009 21:49:21 +0000 (21:49 +0000)
commit3bd2b7d601d9444418799003a5ae472ac7738d15
tree96332cf8664c6575e4a5e7bad1ad97c563696451
parent84b602a4d3d1156d36c42db6bbd5d811cbe2f255
Add compatibility for GTK 2.18

With 2.18 some functions are deprecated. With geeqie that are two at the
moment.
- gtk_tree_view_column_get_cell_renderers - which can be replaced by
  gtk_cell_layout_get_cells
- gdk_event_get_graphics_expose - I just commented it as there seems to
  be no replacement in GTK 2.18
src/collect-table.c
src/dupe.c
src/pixbuf-renderer.c
src/search.c
src/ui_tree_edit.c
src/view_file_icon.c
src/view_file_list.c