diff options
author | Monsta <[email protected]> | 2015-11-02 21:46:42 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-11-02 21:46:42 +0300 |
commit | 7277faca6c957b7ba821b031466ca3d1435e1854 (patch) | |
tree | 02caf5a244305bb9f24c9c6ca42eb6cb3df19cde | |
parent | 1725bb66c6e75531404e5e5313df9d92a22f48b0 (diff) | |
download | mate-applets-7277faca6c957b7ba821b031466ca3d1435e1854.tar.bz2 mate-applets-7277faca6c957b7ba821b031466ca3d1435e1854.tar.xz |
fix typo in comment
don't do that to poor widow, she had enough already
-rw-r--r-- | stickynotes/stickynotes_callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stickynotes/stickynotes_callbacks.c b/stickynotes/stickynotes_callbacks.c index bc9124d1..b435a14c 100644 --- a/stickynotes/stickynotes_callbacks.c +++ b/stickynotes/stickynotes_callbacks.c @@ -68,7 +68,7 @@ gboolean stickynote_move_cb(GtkWidget *widget, GdkEventButton *event, StickyNote return TRUE; } -/* Sticky Window Callback : Skip taskbar and pager when exposing the widow */ +/* Sticky Window Callback : Skip taskbar and pager when exposing the window */ gboolean stickynote_expose_cb(GtkWidget *widget, GdkEventExpose *event, StickyNote *note) { gtk_window_set_skip_taskbar_hint(GTK_WINDOW(note->w_window), TRUE); |