diff options
author | Monsta <[email protected]> | 2015-02-02 13:05:52 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-03-15 18:58:50 +0100 |
commit | 7de840befb77d25e71c9a81665e3e94266b3f725 (patch) | |
tree | 319470e71cd7b9b55c1d6ae8c70b7773f3fb8d5c /stickynotes/stickynotes_applet_callbacks.c | |
parent | 69264b94b0cf45f58576fa35b6566ea566a47d79 (diff) | |
download | mate-applets-7de840befb77d25e71c9a81665e3e94266b3f725.tar.bz2 mate-applets-7de840befb77d25e71c9a81665e3e94266b3f725.tar.xz |
stickynotes: fix spacing and copy/paste errors
Closes https://github.com/mate-desktop/mate-applets/pull/129
Diffstat (limited to 'stickynotes/stickynotes_applet_callbacks.c')
-rw-r--r-- | stickynotes/stickynotes_applet_callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stickynotes/stickynotes_applet_callbacks.c b/stickynotes/stickynotes_applet_callbacks.c index bb5d2448..4af87044 100644 --- a/stickynotes/stickynotes_applet_callbacks.c +++ b/stickynotes/stickynotes_applet_callbacks.c @@ -518,7 +518,7 @@ void preferences_apply_cb(GSettings *settings, gchar *key, gpointer data) gtk_window_stick (GTK_WINDOW (note->w_window)); } else - for (l= stickynotes->notes; l; l = l->next) + for (l = stickynotes->notes; l; l = l->next) { note = l->data; gtk_window_unstick (GTK_WINDOW ( |