summaryrefslogtreecommitdiff
path: root/saedit/search.h
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2012-01-30 20:01:13 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2012-01-30 20:01:13 +0400
commit52bc7fcc1a89355d51fe55ab160f9bcc2842fa3e (patch)
tree0ebd0d9607086151bc96ca697a08d7bd113c7fe9 /saedit/search.h
parent413481aae53a25e49f591b611e806ce443ad1832 (diff)
downloadevol-tools-52bc7fcc1a89355d51fe55ab160f9bcc2842fa3e.tar.gz
evol-tools-52bc7fcc1a89355d51fe55ab160f9bcc2842fa3e.tar.bz2
evol-tools-52bc7fcc1a89355d51fe55ab160f9bcc2842fa3e.tar.xz
evol-tools-52bc7fcc1a89355d51fe55ab160f9bcc2842fa3e.zip
Porting SAE to GTK+ 3.2
Diffstat (limited to 'saedit/search.h')
-rw-r--r--saedit/search.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saedit/search.h b/saedit/search.h
index 350bc70..4d41735 100644
--- a/saedit/search.h
+++ b/saedit/search.h
@@ -13,7 +13,7 @@
#define SEARCH_H
#include <gtk/gtk.h>
-#include <gtksourceview/gtksourceiter.h>
+#include <gtksourceview/gtksourceview.h>
#include "common.h"
void search_init(GtkWidget *text_view);