]> Pileus Git - ~andy/gtk/commitdiff
Rename the default theme to "Raleigh". (#312254, Thomas Wood)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Aug 2005 19:21:00 +0000 (19:21 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 1 Aug 2005 19:21:00 +0000 (19:21 +0000)
2005-08-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/Makefile.am (install-data-local):
* gtk/gtksettings.c (gtk_settings_class_init): Rename the
default theme to "Raleigh".  (#312254, Thomas Wood)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/Makefile.am
gtk/gtksettings.c

index bd5d234f5bf16dde9db31ed92d8856f99504b106..4799a35f2e38b2f67e7ab5c1a4b52cf9e904ef93 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-08-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/Makefile.am (install-data-local): 
+       * gtk/gtksettings.c (gtk_settings_class_init): Rename the 
+       default theme to "Raleigh".  (#312254, Thomas Wood)
+
        * gtk/gtkdnd.c (set_icon_stock_pixbuf): Create the icon window
        with the correct dimensions.  (#312256, Mike Morrison)
 
index bd5d234f5bf16dde9db31ed92d8856f99504b106..4799a35f2e38b2f67e7ab5c1a4b52cf9e904ef93 100644 (file)
@@ -1,5 +1,9 @@
 2005-08-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/Makefile.am (install-data-local): 
+       * gtk/gtksettings.c (gtk_settings_class_init): Rename the 
+       default theme to "Raleigh".  (#312254, Thomas Wood)
+
        * gtk/gtkdnd.c (set_icon_stock_pixbuf): Create the icon window
        with the correct dimensions.  (#312256, Mike Morrison)
 
index bd5d234f5bf16dde9db31ed92d8856f99504b106..4799a35f2e38b2f67e7ab5c1a4b52cf9e904ef93 100644 (file)
@@ -1,5 +1,9 @@
 2005-08-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/Makefile.am (install-data-local): 
+       * gtk/gtksettings.c (gtk_settings_class_init): Rename the 
+       default theme to "Raleigh".  (#312254, Thomas Wood)
+
        * gtk/gtkdnd.c (set_icon_stock_pixbuf): Create the icon window
        with the correct dimensions.  (#312256, Mike Morrison)
 
index 1ce7ac5ef4489b35f7601400242a64f2e797e7ce..5f94330810f35aca870cc05d4f1ecf5ba3e96505 100644 (file)
@@ -688,15 +688,15 @@ endif
 
 # Install a RC file for the default GTK+ theme, and key themes
 install-data-local: install-ms-lib install-def-file
-       $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Default/gtk-2.0
-       $(INSTALL_DATA) $(srcdir)/gtkrc.default $(DESTDIR)$(datadir)/themes/Default/gtk-2.0/gtkrc
+       $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Raleigh/gtk-2.0
+       $(INSTALL_DATA) $(srcdir)/gtkrc.default $(DESTDIR)$(datadir)/themes/Raleigh/gtk-2.0/gtkrc
        $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Default/gtk-2.0-key
        $(INSTALL_DATA) $(srcdir)/gtkrc.key.default $(DESTDIR)$(datadir)/themes/Default/gtk-2.0-key/gtkrc
        $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Emacs/gtk-2.0-key
        $(INSTALL_DATA) $(srcdir)/gtkrc.key.emacs $(DESTDIR)$(datadir)/themes/Emacs/gtk-2.0-key/gtkrc
 
 uninstall-local: uninstall-ms-lib uninstall-def-file
-       rm -f $(DESTDIR)$(datadir)/themes/Default/gtk-2.0/gtkrc
+       rm -f $(DESTDIR)$(datadir)/themes/Raleigh/gtk-2.0/gtkrc
        rm -f $(DESTDIR)$(datadir)/themes/Default/gtk-2.0-key/gtkrc
        rm -f $(DESTDIR)$(datadir)/themes/Emacs/gtk-2.0-key/gtkrc
 
index b05e6f4311cd8b970c43bbc1a6a4a7c50662a431..0cb964cf58f2cdda8b91c38b725b9135ee897f4b 100644 (file)
@@ -238,7 +238,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
                                              g_param_spec_string ("gtk-theme-name",
                                                                   P_("Theme Name"),
                                                                   P_("Name of theme RC file to load"),
-                                                                 "Default",
+                                                                 "Raleigh",
                                                                  GTK_PARAM_READWRITE),
                                              NULL);
   g_assert (result == PROP_THEME_NAME);