Merging of my tree.

This contains:

* a few capplets were redone UI wise:

  ui-properties
  keyboard
  background-properties

* splitting of libcapplet out of this modules (into libcapplet)

* new html-based view in the control-center

* initial import of functional root-manager

This stuff isn't all done yet, but I wanted to get it in.

TODO files will hopefully follow.
This commit is contained in:
Jacob Berkman 2000-12-26 19:41:33 +00:00
parent 2749ba455b
commit d42affc965
73 changed files with 6567 additions and 3322 deletions

View file

@ -347,6 +347,13 @@ applier_apply_prefs (Applier *applier, Preferences *prefs,
g_strdup (prefs->wallpaper_filename);
applier->private->wallpaper_pixbuf =
gdk_pixbuf_new_from_file (prefs->wallpaper_filename);
if (!applier->private->wallpaper_pixbuf) {
#warning FIXME: should be a dialog
g_warning (_("Could not load pixbuf \"%s\"; disabling wallpaper."),
prefs->wallpaper_filename);
prefs->wallpaper_enabled = FALSE;
}
}
if (do_preview) {