From d2b7374bcd5ae0ca9457215c003ad1f434e6592d Mon Sep 17 00:00:00 2001 From: Frank <franparpe@openmailbox.org> Date: Thu, 25 Jun 2015 17:43:18 +0200 Subject: [PATCH] Adding the notification area --- helpers/make-gnome-panel | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/helpers/make-gnome-panel b/helpers/make-gnome-panel index 56c808eb..47ac1d11 100644 --- a/helpers/make-gnome-panel +++ b/helpers/make-gnome-panel @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=11 +VERSION=12 . ./config @@ -141,6 +141,12 @@ pack-index=30 pack-type=start toplevel-id=panel +[Object notification-area] +object-iid=NotificationAreaAppletFactory::NotificationArea +pack-index=1 +pack-type=end +toplevel-id=panel + [Object indicators] object-iid=IndicatorAppletFactory::IndicatorApplet toplevel-id=panel -- GitLab