Renamed all notiWindow.* files to notificationWindow.*

This commit is contained in:
Erik Reider 2022-06-14 11:21:17 +02:00
parent 350f7a9beb
commit 75e7363fc8
4 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ app_sources = [
'swayncDaemon/swayncDaemon.vala',
'notiDaemon/notiDaemon.vala',
'notiModel/notiModel.vala',
'notiWindow/notiWindow.vala',
'notificationWindow/notificationWindow.vala',
'notification/notification.vala',
'controlCenter/controlCenter.vala',
'controlCenter/topAction/topAction.vala',

View File

@ -1,5 +1,5 @@
namespace SwayNotificationCenter {
[GtkTemplate (ui = "/org/erikreider/sway-notification-center/notiWindow/notiWindow.ui")]
[GtkTemplate (ui = "/org/erikreider/sway-notification-center/notificationWindow/notificationWindow.ui")]
public class NotificationWindow : Gtk.ApplicationWindow {
[GtkChild]

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/erikreider/sway-notification-center">
<file>notiWindow/notiWindow.ui</file>
<file>notificationWindow/notificationWindow.ui</file>
<file>notification/notification.ui</file>
<file>controlCenter/controlCenter.ui</file>
<file>controlCenter/topAction/topAction.ui</file>