2005-01-27 Kjartan Maraas <kmaraas@gnome.org>
* theme-thumbnailer.c: (main): Don't leak the theme name
if the theme is invalid.
* themus-properties-view.c: (themus_properties_view_init):
NULL vs. 0 in gnome_theme_init()
2004-11-27 James Henstridge <james@jamesh.id.au>
* configure.in (THEMUS_COMPONENT): use libnautilus-extension.
2004-11-27 James Henstridge <james@jamesh.id.au>
* themus-theme-applier.c: get rid of the bonobo includes.
* Makefile.am: update to install Nautilus extension.
* themus-properties-main.c: convert from a Bonobo component to a
Nautilus extension.
* themus-properties-view.[ch]: convert to a simple widget. Also
fix a bunch of leaks.
2004-01-07 Alex Duggan <aldug@astrolinux.com>
* theme-method.c:
Remove #define _(s) and replaced with #include <glib/gi18n.h>
which fixes bug #130757. Add a function prototype
(copied from font-method.c) to fix compiler warning.
* themus-properties-view.c:
Remove unused variable to fix compiler warning.