a128fa5607
Fri Aug 29 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-3 - fix up gnome.desktop location Fri Aug 29 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-2 - add gnome.desktop session for new gdm Wed Aug 27 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-1 - update to 2.3.7 - require control-center (#100562) Fri Aug 15 2003 Alexander Larsson <alexl@redhat.com> 2.3.6.2-1 - update for gnome 2.3 Sun Aug 10 2003 Elliot Lee <sopwith@redhat.com> 2.2.2-4 - Rebuild Tue Jul 22 2003 Jonathan Blandford <jrb@redhat.com> - at-startup patch to add let at's start Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Jun 03 2003 Jeff Johnson <jbj@redhat.com> - add explicit epoch's where needed. Tue May 27 2003 Alexander Larsson <alexl@redhat.com> 2.2.2-1 - Update to 2.2.2 - Add XRandR backport - Fix up old patches, patch7 was upstream Mon Feb 24 2003 Owen Taylor <otaylor@redhat.com> 2.2.0.2-5 - Wait for GSD to start before continuing with session
16 lines
996 B
Diff
16 lines
996 B
Diff
--- gnome-session-2.2.2/gnome-session/splash-widget.c.icons 2003-05-15 12:03:14.000000000 +0200
|
|
+++ gnome-session-2.2.2/gnome-session/splash-widget.c 2003-05-27 12:42:08.000000000 +0200
|
|
@@ -45,7 +45,11 @@
|
|
{ N_("The Panel"), "gnome-panel", "gnome-panel.png" },
|
|
{ N_("Session Manager Proxy"), "gnome-smproxy", "gnome-session.png" },
|
|
{ N_("Nautilus"), "nautilus", "gnome-ccdesktop.png" },
|
|
- { N_("Desktop Settings"), "gnome-settings-daemon", "gnome-settings.png" }
|
|
+ { N_("Desktop Settings"), "gnome-settings-daemon", "gnome-settings.png" },
|
|
+ { N_("Authentication Icon"), "pam-panel-icon", "keyring.png" },
|
|
+ { N_("CD Device Handler"), "magicdev", "gnome-dev-cdrom.png" },
|
|
+ { N_("Red Hat Network Monitor"), "rhn-applet-gui", "up2date.png" },
|
|
+ { N_("Print Monitor"), "eggcups", "printer.png" }
|
|
};
|
|
|
|
static const SplashApp *
|