Commit in reactos/subsys/system/explorer on MAIN
doc/changes.txt+11.46 -> 1.47
taskbar/startmenu.cpp+1-11.85 -> 1.86
+2-1
2 modified files
fix floating favorites menus

reactos/subsys/system/explorer/doc
changes.txt 1.46 -> 1.47
diff -u -r1.46 -r1.47
--- changes.txt	4 Apr 2004 19:12:54 -0000	1.46
+++ changes.txt	9 Apr 2004 20:16:47 -0000	1.47
@@ -75,3 +75,4 @@
 						XML storage for configuration options
 28.03.2004	m. fuchs	configuration options for showing/hiding clock, ...
 04.04.2004	m. fuchs	import of IE bookmarks; explorer sidebar with bookmark display
+09.04.2004	m. fuchs	changed favorites start menu implementation to work with internal bookmarks

reactos/subsys/system/explorer/taskbar
startmenu.cpp 1.85 -> 1.86
diff -u -r1.85 -r1.86
--- startmenu.cpp	9 Apr 2004 19:42:20 -0000	1.85
+++ startmenu.cpp	9 Apr 2004 20:16:47 -0000	1.86
@@ -281,7 +281,7 @@
  			WindowRect pos(_hwnd);
 
 			///@todo do something similar to StartMenuRoot::TrackStartmenu() in order to automatically close submenus when clicking on the desktop background
-			StartMenu::Create(pos.left+3, pos.bottom-3, _create_info._folders, 0, _create_info._title, _create_info._creator);
+			StartMenu::Create(pos.left+3, pos.bottom-3, _create_info._folders, 0, _create_info._title, _create_info._creator, _create_info._info);
 			CloseStartMenu();
 		}
 
CVSspam 0.2.8