summaryrefslogtreecommitdiff
path: root/applets/notification_area/Makefile.am
diff options
context:
space:
mode:
authorFabien Broquard <[email protected]>2018-10-02 20:16:53 +0200
committerlukefromdc <[email protected]>2018-10-20 13:35:24 -0400
commit9bdd469392c4ae52f234b28ddd45615030167565 (patch)
tree4f7f35180dedd5c61f3bd426fbc44a5ebdaa8145 /applets/notification_area/Makefile.am
parent3f351d5c959b81792ed5a20845bb871a66b2f87c (diff)
downloadmate-panel-9bdd469392c4ae52f234b28ddd45615030167565.tar.bz2
mate-panel-9bdd469392c4ae52f234b28ddd45615030167565.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 \