Kaydet (Commit) 62da1a83 authored tarafından Andrzej Hunt's avatar Andrzej Hunt

GtkComboBoxText requires gtk >= 2.24 (again).

Broken in 77d08313.
üst 48f52a50
......@@ -27,7 +27,11 @@ static int help()
static GtkWidget* pDocView;
static GtkWidget* pDocViewQuad;
static GtkWidget* pVBox;
// GtkComboBox requires gtk 2.24 or later
#if ( GTK_MAJOR_VERSION == 2 && GTK_MINOR_VERSION >= 24 ) || GTK_MAJOR_VERSION > 2
static GtkComboBoxText* pPartSelector;
#endif
static LibreOfficeKit* pOffice;
static char* pFileName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment