diff options
author | Benedikt Meurer <benny@xfce.org> | 2004-07-13 22:37:05 +0000 |
---|---|---|
committer | Benedikt Meurer <benny@xfce.org> | 2004-07-13 22:37:05 +0000 |
commit | f6580d3559b79348d4bf96fca522d2cbc45d3423 (patch) | |
tree | 91a2e77e0317a449df62f0596421c4abc4c04507 /icons | |
parent | 45a34f5a4eb26ad279b846d65b4fd0977d829324 (diff) | |
download | xfce4-session-f6580d3559b79348d4bf96fca522d2cbc45d3423.tar.gz |
Separate the splash screen engine code to put the user in control. Not yet
finished, but working.
(Old svn revision: 4612)
Diffstat (limited to 'icons')
-rw-r--r-- | icons/48x48/Makefile.am | 1 | ||||
-rw-r--r-- | icons/48x48/Makefile.in | 1 | ||||
-rw-r--r-- | icons/48x48/xfce4-splash.png | bin | 0 -> 4168 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am index a078eaf6..43cd6d6e 100644 --- a/icons/48x48/Makefile.am +++ b/icons/48x48/Makefile.am @@ -1,6 +1,7 @@ iconsdir = $(datadir)/icons/hicolor/48x48/apps icons_DATA = \ xfce4-session.png \ + xfce4-splash.png \ xfsm-shutdown.png EXTRA_DIST = $(icons_DATA) diff --git a/icons/48x48/Makefile.in b/icons/48x48/Makefile.in index 917e8085..3faa6a36 100644 --- a/icons/48x48/Makefile.in +++ b/icons/48x48/Makefile.in @@ -199,6 +199,7 @@ target_alias = @target_alias@ iconsdir = $(datadir)/icons/hicolor/48x48/apps icons_DATA = \ xfce4-session.png \ + xfce4-splash.png \ xfsm-shutdown.png EXTRA_DIST = $(icons_DATA) diff --git a/icons/48x48/xfce4-splash.png b/icons/48x48/xfce4-splash.png Binary files differnew file mode 100644 index 00000000..441a7571 --- /dev/null +++ b/icons/48x48/xfce4-splash.png |