forked from AuroraMiddleware/gtk
Rename the default theme to "Raleigh". (#312254, Thomas Wood)
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)
This commit is contained in:
parent
9cffa70148
commit
306011d26a
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user