diff options
Diffstat (limited to 'stickynotes/stickynotes.h')
-rw-r--r-- | stickynotes/stickynotes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stickynotes/stickynotes.h b/stickynotes/stickynotes.h index 3a524189..3edea16a 100644 --- a/stickynotes/stickynotes.h +++ b/stickynotes/stickynotes.h @@ -50,7 +50,7 @@ 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 */ GtkCheckMenuItem *w_lock_toggle_item; /* Lock item in the popup menu */ |