diff options
author | raveit65 <[email protected]> | 2018-04-22 17:18:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-26 13:01:37 +0200 |
commit | fb3abe3bc1cf858638867a2b92c53c5caf8e060f (patch) | |
tree | bc52b33df8073e8280e3eed4ccfb53e0f6e85710 /applets/notification_area/main.h | |
parent | e1db0723dfba93d36d36b3b4e4327e9965aa90d4 (diff) | |
download | mate-panel-fb3abe3bc1cf858638867a2b92c53c5caf8e060f.tar.bz2 mate-panel-fb3abe3bc1cf858638867a2b92c53c5caf8e060f.tar.xz |
na-tray: Convert to GResource
Diffstat (limited to 'applets/notification_area/main.h')
-rw-r--r-- | applets/notification_area/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applets/notification_area/main.h b/applets/notification_area/main.h index 9c0ad87b..3b8f11f1 100644 --- a/applets/notification_area/main.h +++ b/applets/notification_area/main.h @@ -24,6 +24,8 @@ #include <mate-panel-applet.h> +#define NA_RESOURCE_PATH "/org/mate/panel/applet/na/" + G_BEGIN_DECLS #define NA_TYPE_TRAY_APPLET (na_tray_applet_get_type ()) |