diff options
author | Monsta <[email protected]> | 2015-02-12 15:18:02 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-03-15 18:58:50 +0100 |
commit | f249c390756b84c888ee3d13556933a008eac715 (patch) | |
tree | b1101d8fe4dd3eb5401071dd7fcce2fe70f962bb /stickynotes/stickynotes.c | |
parent | 36b3ed6c866ccec238f479163fea424fb672c912 (diff) | |
download | mate-applets-f249c390756b84c888ee3d13556933a008eac715.tar.bz2 mate-applets-f249c390756b84c888ee3d13556933a008eac715.tar.xz |
stickynotes: some more GTK+3 changes
Diffstat (limited to 'stickynotes/stickynotes.c')
-rw-r--r-- | stickynotes/stickynotes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stickynotes/stickynotes.c b/stickynotes/stickynotes.c index 46001514..2e48aadf 100644 --- a/stickynotes/stickynotes.c +++ b/stickynotes/stickynotes.c @@ -877,7 +877,7 @@ stickynotes_save_now (void) void stickynotes_save (void) { - /* If a save isn't already schedules, save everything a minute from now. */ + /* If a save isn't already scheduled, save everything a minute from now. */ if (!save_scheduled) { g_timeout_add_seconds (60, (GSourceFunc) stickynotes_save_now, NULL); save_scheduled = TRUE; |