diff options
author | rbuj <[email protected]> | 2020-07-06 20:30:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-07-13 14:47:30 +0200 |
commit | 01e8f8a09ab273719bdf0869f9f8693cb45d302e (patch) | |
tree | 524ba0099e8991a760dad9aa303adcb806ca811a /stickynotes | |
parent | 31375efa710b751f4a64fab47309d6e35560befb (diff) | |
download | mate-applets-01e8f8a09ab273719bdf0869f9f8693cb45d302e.tar.bz2 mate-applets-01e8f8a09ab273719bdf0869f9f8693cb45d302e.tar.xz |
Guard block is missing
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/stickynotes_applet_callbacks.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stickynotes/stickynotes_applet_callbacks.h b/stickynotes/stickynotes_applet_callbacks.h index 7cee63da..3e8603de 100644 --- a/stickynotes/stickynotes_applet_callbacks.h +++ b/stickynotes/stickynotes_applet_callbacks.h @@ -17,11 +17,11 @@ * 02110-1301, USA. */ -#include <stickynotes_applet.h> - #ifndef __STICKYNOTES_APPLET_CALLBACKS_H__ #define __STICKYNOTES_APPLET_CALLBACKS_H__ +#include <stickynotes_applet.h> + /* Callbacks for the sticky notes applet */ gboolean applet_button_cb(GtkWidget *widget, GdkEventButton *event, StickyNotesApplet *applet); gboolean applet_key_cb(GtkWidget *widget, GdkEventKey *event, StickyNotesApplet *applet); @@ -49,4 +49,4 @@ void preferences_apply_cb(GSettings *settings, gchar *key, gpointer data); void preferences_response_cb(GtkWidget *dialog, gint response, gpointer data); gboolean preferences_delete_cb(GtkWidget *widget, GdkEvent *event, gpointer data); -#endif /* __STICKYNOTES_APPLET_CALLBACKS_H__ */ +#endif /* __STICKYNOTES_APPLET_CALLBACKS_H__ */
\ No newline at end of file |