From 9bdd469392c4ae52f234b28ddd45615030167565 Mon Sep 17 00:00:00 2001 From: Fabien Broquard Date: Tue, 2 Oct 2018 20:16:53 +0200 Subject: 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. --- applets/notification_area/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applets/notification_area/Makefile.am') 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 \ -- cgit v1.2.1