diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-18 20:35:36 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:01 +0800 |
commit | 12a91dbb21f2a052d26460c9aad30835fd17456b (patch) | |
tree | 5dede0765bb0f74f363614a05210e533655e0c39 /e-util/gtk-compat.h | |
parent | 9e833a704ce57e4f571d0da91e795e6ae7cc2469 (diff) | |
download | gsoc2013-evolution-12a91dbb21f2a052d26460c9aad30835fd17456b.tar gsoc2013-evolution-12a91dbb21f2a052d26460c9aad30835fd17456b.tar.gz gsoc2013-evolution-12a91dbb21f2a052d26460c9aad30835fd17456b.tar.bz2 gsoc2013-evolution-12a91dbb21f2a052d26460c9aad30835fd17456b.tar.lz gsoc2013-evolution-12a91dbb21f2a052d26460c9aad30835fd17456b.tar.xz gsoc2013-evolution-12a91dbb21f2a052d26460c9aad30835fd17456b.tar.zst gsoc2013-evolution-12a91dbb21f2a052d26460c9aad30835fd17456b.zip |
Bug #633779 - GtkComboBoxText issues
Diffstat (limited to 'e-util/gtk-compat.h')
-rw-r--r-- | e-util/gtk-compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/gtk-compat.h b/e-util/gtk-compat.h index ab4a87209b..bbee3717cf 100644 --- a/e-util/gtk-compat.h +++ b/e-util/gtk-compat.h @@ -11,6 +11,7 @@ #define gtk_combo_box_text_prepend_text gtk_combo_box_prepend_text #define gtk_combo_box_text_get_active_text gtk_combo_box_get_active_text #define GTK_COMBO_BOX_TEXT GTK_COMBO_BOX +#define GTK_IS_COMBO_BOX_TEXT GTK_IS_COMBO_BOX #define GtkComboBoxText GtkComboBox /* The below can be used only once in sources */ |