summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-05-19 14:25:33 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-05-19 14:25:33 +0200
commit51c400f11460957ac4cee17acdda79b42606b10c (patch)
tree6a98e68323ea8d06dac91b5773a7a3fda037e347 /src
parenta85425b512b631201f5b6c56146e503c36274e43 (diff)
parent5b32c64f00e816d7048d78ec4398eb7b4dbfac31 (diff)
downloadabrt-51c400f11460957ac4cee17acdda79b42606b10c.tar.gz
abrt-51c400f11460957ac4cee17acdda79b42606b10c.tar.xz
abrt-51c400f11460957ac4cee17acdda79b42606b10c.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src')
-rw-r--r--src/gui-wizard-gtk/wizard.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c
index 49accf09..1585b004 100644
--- a/src/gui-wizard-gtk/wizard.c
+++ b/src/gui-wizard-gtk/wizard.c
@@ -25,6 +25,9 @@
#define DEFAULT_WIDTH 800
#define DEFAULT_HEIGHT 500
+#if GTK_MAJOR_VERSION == 2 && GTK_MINOR_VERSION < 22
+# define gtk_assistant_commit(...) ((void)0)
+#endif
typedef struct event_gui_data_t
{