aboutsummaryrefslogtreecommitdiff
path: root/src/notification-menuitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notification-menuitem.h')
-rw-r--r--src/notification-menuitem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/notification-menuitem.h b/src/notification-menuitem.h
index b13d8aa..c44c105 100644
--- a/src/notification-menuitem.h
+++ b/src/notification-menuitem.h
@@ -34,8 +34,9 @@ struct _NotificationMenuItemClass
};
struct _NotificationMenuItemPrivate {
- GtkWidget *label;
GtkWidget *close_image;
+ GtkWidget *hbox;
+ GtkWidget *label;
};
#define NOTIFICATION_MENUITEM_GET_PRIVATE(o) \