diff options
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 |