Mon Feb 22 22:23:34 1999 Owen Taylor <otaylor@redhat.com>
* capplets/theme-switcher/lister.c: Use g_get_home_dir()
instead of getenv ("HOME")
* capplets/theme-switcher/demo.c (demo_main): Strip
out ~/.gtkrc from the default file set so we don't
get a merge of the current theme and the new one.
* capplets/theme-switcher/lister.c (use_theme): Modify
.gtkrc instead of .gnome/gtkrc.
1999-02-22 Jonathan Blandford <jrb@redhat.com>
* capplets/*/Makefile.am (install-data-local): install
desktop entries to the panel, so that the panel can deal with the
control-center.
* capplets/desktop-links/Gnome.directory (Type): Make more
compatible with the panel.
1999-01-11 Jonathan Blandford <jrb@redhat.com>
* capplets/theme-switcher/gui.c (make_main): changing the default
state of the Auto-Preview button.
po files updated as well (stupid make-dist)
* capplets/theme-switcher/main.c (confdefs.h): `confdefs.h isn't a
nice name for a header file. Since no other file uses it, just
remove it.
(THEME_SWITCHER_VERSION): New define. Is what `VERSION' was used
for.
(main): Use new name for `VERSION'.
* capplets/theme-switcher/confdefs.h: Delete.
* capplets/theme-switcher/config.h: Delete.
Fri Nov 6 17:15:00 1998 Owen Taylor <otaylor@redhat.com>
* capplets/theme-switcher/main.c: include confdefs.h
to get VERSION.
* capplets/theme-switcher/demo.c (demo_main): Put the
CList in a scrolled window.
* Makefile.am: Build theme-switcher-capplet by default,
now that themes are in GTK+ head.