Change to X-GnomeWMSettingsLibrary, because its evil to add new items to

2002-06-04  Seth Nickell  <snickell@stanford.edu>

	* gnome-window-manager.c: (gnome_window_manager_new):

	Change to X-GnomeWMSettingsLibrary, because its evil to add new items to
	.desktop files without the X :-)
This commit is contained in:
Seth Nickell 2002-06-05 03:14:47 +00:00 committed by Seth Nickell
parent 7ae28ca59d
commit 6a336cde95
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2002-06-04 Seth Nickell <snickell@stanford.edu>
* gnome-window-manager.c: (gnome_window_manager_new):
Change to X-GnomeWMSettingsLibrary, because its evil to add new items to
.desktop files without the X :-)
2002-06-04 Seth Nickell <snickell@stanford.edu>
* gnome-window-manager.c: (gnome_window_manager_new),

View file

@ -19,7 +19,7 @@ gnome_window_manager_new (GnomeDesktopItem *item)
GModule *module;
gboolean success;
settings_lib = gnome_desktop_item_get_string (item, "GnomeSettingsLibrary");
settings_lib = gnome_desktop_item_get_string (item, "X-GnomeWMSettingsLibrary");
module_name = g_module_build_path (GNOME_WINDOW_MANAGER_MODULE_PATH,
settings_lib);