diff options
author | Denis Gorodnichev <[email protected]> | 2015-02-08 22:01:52 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2015-07-14 13:08:19 +0200 |
commit | 7b6d2422fc0aa0cfff9d3aae955bfc8c58eff72c (patch) | |
tree | 4c4e940b450be8a7638757f2390e5c9ce5ea1ff6 /applets/notification_area/main.h | |
parent | e9c7cb073d30e30aeac0a2e9fe3c21f1d0f49cd0 (diff) | |
download | mate-panel-7b6d2422fc0aa0cfff9d3aae955bfc8c58eff72c.tar.bz2 mate-panel-7b6d2422fc0aa0cfff9d3aae955bfc8c58eff72c.tar.xz |
na: restore help & about
build fix
restore "Help" and "About" menu items
Diffstat (limited to 'applets/notification_area/main.h')
-rw-r--r-- | applets/notification_area/main.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/notification_area/main.h b/applets/notification_area/main.h index 1038c6f2..9c0ad87b 100644 --- a/applets/notification_area/main.h +++ b/applets/notification_area/main.h @@ -22,7 +22,7 @@ #ifndef __NA_TRAY_APPLET_H__ #define __NA_TRAY_APPLET_H__ -#include <panel-applet.h> +#include <mate-panel-applet.h> G_BEGIN_DECLS @@ -39,7 +39,7 @@ typedef struct _NaTrayAppletPrivate NaTrayAppletPrivate; struct _NaTrayApplet { - PanelApplet parent_object; + MatePanelApplet parent_object; /*< private >*/ NaTrayAppletPrivate *priv; @@ -47,7 +47,7 @@ struct _NaTrayApplet struct _NaTrayAppletClass { - PanelAppletClass parent_class; + MatePanelAppletClass parent_class; }; GType na_tray_applet_get_type (void) G_GNUC_CONST; |