Pass in legacy files to capplet_init.
2001-07-24 Richard Hestilow <hestilow@ximian.com> * main.c (main): Pass in legacy files to capplet_init.
This commit is contained in:
parent
29095b8349
commit
4658f96ff3
4 changed files with 15 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-07-24 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* main.c (main): Pass in legacy files to capplet_init.
|
||||
|
||||
2001-07-23 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* applier.c (renderer_render_wallpaper): Don't adjust pixmap width
|
||||
|
|
|
@ -262,10 +262,12 @@ create_dialog (void)
|
|||
int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
const gchar* legacy_files[] = { "Background", NULL };
|
||||
|
||||
glade_gnome_init ();
|
||||
gnomelib_register_popt_table (options, "background options");
|
||||
|
||||
capplet_init (argc, argv, apply_settings, create_dialog, setup_dialog, get_legacy_settings);
|
||||
capplet_init (argc, argv, legacy_files, apply_settings, create_dialog, setup_dialog, get_legacy_settings);
|
||||
|
||||
gnome_window_icon_set_default_from_file
|
||||
(GNOMECC_ICONS_DIR"/gnome-ccbackground.png");
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2001-07-24 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* main.c (main): Pass in legacy files to capplet_init.
|
||||
|
||||
2001-07-20 Chema Celorio <chema@celorio.com>
|
||||
|
||||
* RELEASE : 1.5.0
|
||||
|
|
|
@ -204,8 +204,11 @@ get_legacy_settings (Bonobo_ConfigDatabase db)
|
|||
int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
const gchar* legacy_files[] = { "Desktop", NULL };
|
||||
|
||||
glade_gnome_init ();
|
||||
capplet_init (argc, argv, apply_settings, create_dialog, setup_dialog, get_legacy_settings);
|
||||
|
||||
capplet_init (argc, argv, legacy_files, apply_settings, create_dialog, setup_dialog, get_legacy_settings);
|
||||
|
||||
gnome_window_icon_set_default_from_file
|
||||
(GNOMECC_ICONS_DIR"keyboard-capplet.png.png");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue