diff options
Diffstat (limited to 'stickynotes/stickynotes.h')
-rw-r--r-- | stickynotes/stickynotes.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/stickynotes/stickynotes.h b/stickynotes/stickynotes.h index bee35bad..5f42abfa 100644 --- a/stickynotes/stickynotes.h +++ b/stickynotes/stickynotes.h @@ -24,8 +24,6 @@ #include <libwnck/libwnck.h> #include <stickynotes_applet.h> -#include <gtksourceview/gtksource.h> - typedef struct { GtkWidget *w_window; /* Sticky Note window */ @@ -50,9 +48,9 @@ typedef struct GtkWidget *w_resize_se; /* Sticky Note resize button (south east) */ GtkWidget *w_resize_sw; /* Sticky Note resize button (south west) */ - GtkSourceBuffer *buffer; /* Sticky Note text buffer for undo/redo */ + GtkTextBuffer *buffer; /* Sticky Note text buffer for undo/redo */ - GtkToggleAction *ta_lock_toggle_item; /* Lock item in the popup menu */ + GtkCheckMenuItem *w_lock_toggle_item; /* Lock item in the popup menu */ GtkImage *img_lock; /* Lock image */ GtkImage *img_close; /* Close image */ |