summaryrefslogtreecommitdiff
path: root/applets/notification_area/Makefile.am
diff options
context:
space:
mode:
authorFabien Broquard <[email protected]>2018-10-02 20:16:53 +0200
committerraveit65 <[email protected]>2019-01-28 17:14:33 +0100
commit5027993097729e980239ac1ed65e86bd31d2901d (patch)
tree006d91d367248f948ffb45447a367c428345e101 /applets/notification_area/Makefile.am
parentd491abcac81b278c73cb8dce9b260b59ce4b176e (diff)
downloadmate-panel-5027993097729e980239ac1ed65e86bd31d2901d.tar.bz2
mate-panel-5027993097729e980239ac1ed65e86bd31d2901d.tar.xz
na-tray: wide panels, preliminary batch box to grid rename
box/Box/BOX changed to grid/Grid/GRID as a preliminary step to prepare for changing GtkBox in na-box/na-grid to a GtkGrid to make the notification area work well on vertical and wide panels note: even if everything is renamed to grid, the GtkWidget is still a GtkBox thats why GtkBox and GTK_TYPE_BOX have not been renamed.
Diffstat (limited to 'applets/notification_area/Makefile.am')
-rw-r--r--applets/notification_area/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/notification_area/Makefile.am b/applets/notification_area/Makefile.am
index 083b4524..b584f084 100644
--- a/applets/notification_area/Makefile.am
+++ b/applets/notification_area/Makefile.am
@@ -20,8 +20,8 @@ AM_CPPFLAGS = \
AM_CFLAGS = $(WARN_CFLAGS)
libtray_la_SOURCES = \
- na-box.c \
- na-box.h \
+ na-grid.c \
+ na-grid.h \
na-host.c \
na-host.h \
na-item.c \