Merge pull request #39 from infirit/master

gtk3 check gtksourceview include
This commit is contained in:
Stefano Karapetsas 2013-10-30 09:07:48 -07:00
commit 1418f8639d
3 changed files with 7 additions and 1 deletions

View File

@ -39,7 +39,9 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
#if GTK_CHECK_VERSION (3, 0, 0)
#include <gtksourceview/gtksource.h>
#endif
#include "pluma-file-chooser-dialog.h"
#include "pluma-encodings-combo-box.h"

View File

@ -31,8 +31,9 @@
#include <string.h>
#include <gtk/gtk.h>
#if GTK_CHECK_VERSION (3, 0, 0)
#include <gtksourceview/gtksource.h>
#endif
#include "pluma-language-manager.h"
#include "pluma-prefs-manager.h"
#include "pluma-utils.h"

View File

@ -38,7 +38,10 @@
#include <glib/gi18n.h>
#include <gio/gio.h>
#include <gtk/gtk.h>
#if GTK_CHECK_VERSION (3, 0, 0)
#include <gtksourceview/gtksource.h>
#endif
#include "pluma-ui.h"
#include "pluma-window.h"