mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
Install a Default RC file that sets the tooltips color to yellow. (#58542)
Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkrc.default gtk/Makefile.am: Install a Default RC file that sets the tooltips color to yellow. (#58542) * gtk/gtksettings.c (gtk_settings_class_init): make the default theme "Default", not NULL.
This commit is contained in:
parent
160725555e
commit
cb26587ff8
@ -1,3 +1,11 @@
|
||||
Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrc.default gtk/Makefile.am: Install a Default
|
||||
RC file that sets the tooltips color to yellow. (#58542)
|
||||
|
||||
* gtk/gtksettings.c (gtk_settings_class_init): make
|
||||
the default theme "Default", not NULL.
|
||||
|
||||
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
|
||||
|
@ -1,3 +1,11 @@
|
||||
Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrc.default gtk/Makefile.am: Install a Default
|
||||
RC file that sets the tooltips color to yellow. (#58542)
|
||||
|
||||
* gtk/gtksettings.c (gtk_settings_class_init): make
|
||||
the default theme "Default", not NULL.
|
||||
|
||||
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
|
||||
|
@ -1,3 +1,11 @@
|
||||
Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrc.default gtk/Makefile.am: Install a Default
|
||||
RC file that sets the tooltips color to yellow. (#58542)
|
||||
|
||||
* gtk/gtksettings.c (gtk_settings_class_init): make
|
||||
the default theme "Default", not NULL.
|
||||
|
||||
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
|
||||
|
@ -1,3 +1,11 @@
|
||||
Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrc.default gtk/Makefile.am: Install a Default
|
||||
RC file that sets the tooltips color to yellow. (#58542)
|
||||
|
||||
* gtk/gtksettings.c (gtk_settings_class_init): make
|
||||
the default theme "Default", not NULL.
|
||||
|
||||
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
|
||||
|
@ -1,3 +1,11 @@
|
||||
Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrc.default gtk/Makefile.am: Install a Default
|
||||
RC file that sets the tooltips color to yellow. (#58542)
|
||||
|
||||
* gtk/gtksettings.c (gtk_settings_class_init): make
|
||||
the default theme "Default", not NULL.
|
||||
|
||||
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
|
||||
|
@ -1,3 +1,11 @@
|
||||
Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrc.default gtk/Makefile.am: Install a Default
|
||||
RC file that sets the tooltips color to yellow. (#58542)
|
||||
|
||||
* gtk/gtksettings.c (gtk_settings_class_init): make
|
||||
the default theme "Default", not NULL.
|
||||
|
||||
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
|
||||
|
@ -1,3 +1,11 @@
|
||||
Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrc.default gtk/Makefile.am: Install a Default
|
||||
RC file that sets the tooltips color to yellow. (#58542)
|
||||
|
||||
* gtk/gtksettings.c (gtk_settings_class_init): make
|
||||
the default theme "Default", not NULL.
|
||||
|
||||
Thu Jan 31 11:33:52 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix
|
||||
|
@ -581,14 +581,13 @@ libgtk_target_ldflags = $(gtk_win32_symbols) -lwsock32
|
||||
endif
|
||||
EXTRA_LTLIBRARIES = libgtk-x11-1.3.la libgtk-linux-fb-1.3.la libgtk-win32-1.3.la
|
||||
|
||||
|
||||
# We create a dummy theme for the default GTK+ theme
|
||||
# Install a RC file for the default GTK+ theme
|
||||
install-data-local: install-ms-lib install-libtool-import-lib
|
||||
$(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Default/gtk-2.0
|
||||
echo "# Empty gtkrc for default theme" > $(DESTDIR)$(datadir)/themes/Default/gtk-2.0/gtkrc
|
||||
rm -f $(DESTDIR)$(datadir)/themes/Default/gtk-2.0/gtkrc
|
||||
$(INSTALL) gtkrc.default $(DESTDIR)$(datadir)/themes/Default/gtk-2.0/gtkrc
|
||||
|
||||
uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
|
||||
rm -f $(DESTDIR)$(datadir)/themes/Default/gtk-2.0/gtkrc
|
||||
|
||||
DEPS = $(gtktargetlib) $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la $(top_builddir)/gdk/$(gdktargetlib)
|
||||
|
||||
@ -628,6 +627,7 @@ EXTRA_DIST += @STRIP_BEGIN@ \
|
||||
gtk.def \
|
||||
gtk-win32.rc \
|
||||
gtk-win32.rc.in \
|
||||
gtkrc.default \
|
||||
makefile.mingw \
|
||||
makefile.mingw.in \
|
||||
makefile.msc \
|
||||
|
@ -178,7 +178,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
||||
g_param_spec_string ("gtk-theme-name",
|
||||
_("Theme Name"),
|
||||
_("Name of theme RC file to load"),
|
||||
NULL,
|
||||
"Default",
|
||||
G_PARAM_READWRITE),
|
||||
NULL);
|
||||
g_assert (result == PROP_THEME_NAME);
|
||||
|
Loading…
Reference in New Issue
Block a user