|
[Gpe4gtk-bugs] [ gpe4gtk-Bugs-1780791 ] FileManager doesn't load
preferences of the frame
From: SourceForge.net <noreply@so...> - 2007-08-24 06:11
|
Bugs item #1780791, was opened at 2007-08-24 10:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1780791&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: remote file manager Group: gtk4 Status: Open Resolution: None Priority: 9 Private: No Submitted By: Nikolay Malyshev (nbmalysh) Assigned to: Nikolay Malyshev (nbmalysh) Summary: FileManager doesn't load preferences of the frame Initial Comment: Brunch 1.5.0. Suggested fix: ============== +++ C:/WORKSPACE/standalone/src/main/java/com/intel/gpe/client2/filemanager/FileManager.java @@ -216,6 +216,7 @@ } public void load(IPreferences preferences) { + frame.load(preferences); for (IConfigurable child : children) { child.load(preferences); } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1780791&group_id=143095 |
| Thread | Author | Date |
|---|---|---|
| [Gpe4gtk-bugs] [ gpe4gtk-Bugs-1780791 ] FileManager doesn't load preferences of the frame | SourceForge.net <noreply@so...> |