From 6458798c9ee00bcbb62e40c73075d831544f2839 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 23 Jan 2012 11:45:30 -0300 Subject: missing NULL on g_build_filename function --- stickynotes/stickynotes_applet.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stickynotes/stickynotes_applet.h') diff --git a/stickynotes/stickynotes_applet.h b/stickynotes/stickynotes_applet.h index 6939ca0c..5a351502 100644 --- a/stickynotes/stickynotes_applet.h +++ b/stickynotes/stickynotes_applet.h @@ -41,7 +41,7 @@ /* Global Sticky Notes instance */ typedef struct { - GtkBuilder *builder; + GtkBuilder *builder; GtkWidget *w_prefs; /* The prefs dialog */ GtkAdjustment *w_prefs_width; @@ -57,7 +57,7 @@ typedef struct GList *notes; /* Linked-List of all the sticky notes */ GList *applets; /* Linked-List of all the applets */ - + GdkPixbuf *icon_normal; /* Normal applet icon */ GdkPixbuf *icon_prelight; /* Prelighted applet icon */ @@ -84,7 +84,7 @@ typedef struct GtkWidget *w_image; /* The applet icon */ GtkWidget *destroy_all_dialog; /* The applet it's destroy all dialog */ - + gboolean prelighted; /* Whether applet is prelighted */ gboolean pressed; /* Whether applet is pressed */ @@ -94,7 +94,7 @@ typedef struct GtkActionGroup *action_group; GtkWidget *menu_tip; } StickyNotesApplet; - + typedef enum { STICKYNOTES_NEW = 0, -- cgit v1.2.1