From 7de840befb77d25e71c9a81665e3e94266b3f725 Mon Sep 17 00:00:00 2001 From: Monsta Date: Mon, 2 Feb 2015 13:05:52 +0300 Subject: stickynotes: fix spacing and copy/paste errors Closes https://github.com/mate-desktop/mate-applets/pull/129 --- stickynotes/stickynotes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stickynotes/stickynotes.h') diff --git a/stickynotes/stickynotes.h b/stickynotes/stickynotes.h index 85574df1..929c5ad0 100644 --- a/stickynotes/stickynotes.h +++ b/stickynotes/stickynotes.h @@ -49,7 +49,7 @@ typedef struct GtkWidget *w_title; /* Sticky Note title */ GtkWidget *w_body; /* Sticky Note text body */ - GtkWidget *w_scroller; /* Sticky Note scroller */ + GtkWidget *w_scroller; /* Sticky Note scroller */ GtkWidget *w_lock; /* Sticky Note lock button */ GtkWidget *w_close; /* Sticky Note close button */ GtkWidget *w_resize_se; /* Sticky Note resize button (south east) */ -- cgit v1.2.1