]> git.0d.be Git - empathy.git/commit
Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 7 Sep 2010 09:46:12 +0000 (10:46 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 7 Sep 2010 09:50:47 +0000 (10:50 +0100)
commit290a4853102e645d76318e8e09ef45420a6559bc
treef35da604f566a7e148709707c4a3b863e49066b5
parent0b6ef5b5eac2633e4c7660c58b2bb6f412dd1a2a
Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3

gtk_dialog_set_has_separator() has been removed in GTK+ 3, but can't be
removed (or the property's default value changed) in GTK+ 2 without breaking
API. This adds a wrapper macro to keep the calls when building against GTK+ 2,
and remove them when building against GTK+ 3.
12 files changed:
configure.ac
libempathy-gtk/empathy-contact-dialogs.c
libempathy-gtk/empathy-contact-selector-dialog.c
libempathy-gtk/empathy-individual-dialogs.c
libempathy-gtk/empathy-individual-edit-dialog.c
libempathy-gtk/empathy-individual-information-dialog.c
libempathy-gtk/empathy-linking-dialog.c
libempathy-gtk/empathy-status-preset-dialog.c
libempathy-gtk/empathy-ui-utils.h
src/empathy-accounts-dialog.c
src/empathy-import-dialog.c
src/empathy-preferences.c