summaryrefslogtreecommitdiff
path: root/stickynotes
diff options
context:
space:
mode:
Diffstat (limited to 'stickynotes')
-rw-r--r--stickynotes/sticky-notes-note.ui2
-rw-r--r--stickynotes/stickynotes.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/stickynotes/sticky-notes-note.ui b/stickynotes/sticky-notes-note.ui
index d8a69587..8f8a1781 100644
--- a/stickynotes/sticky-notes-note.ui
+++ b/stickynotes/sticky-notes-note.ui
@@ -2,7 +2,7 @@
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.22"/>
- <requires lib="gtksourceview" version="3.0"/>
+ <requires lib="gtksourceview" version="4.0"/>
<object class="GtkSourceBuffer" id="body_buffer">
<property name="max_undo_levels">-1</property>
</object>
diff --git a/stickynotes/stickynotes.c b/stickynotes/stickynotes.c
index 17b6f347..255fb677 100644
--- a/stickynotes/stickynotes.c
+++ b/stickynotes/stickynotes.c
@@ -27,8 +27,6 @@
#include <string.h>
#include <sys/stat.h>
-#include <gtksourceview/gtksource.h>
-
#include "stickynotes.h"
#include "stickynotes_callbacks.h"
#include "util.h"