Bugs item #1694393, was opened at 2007-04-04 17:44 Message generated for change (Comment added) made by dooglus You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1694393&group_id=144022
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: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: dooglus (dooglus) Assigned to: Nobody/Anonymous (nobody) Summary: preference for window hints is ignored for saved dialogs Initial Comment: It is possible to add a line to the top of ~/Synfig/settings saying: pref.dock_dialog_hints=0 This tells studio to create all dialog windows as 'normal' windows which show up in the task bar. However, if you open some dialog windows and then quit studio, the settings file is re-written, and the dock.dialog.* lines which re-create the open dialog windows next time studio is run appear before the pref.dock_dialog_hints line, and so the saved dialogs aren't created as 'normal' windows the next time studio is run. Possible solutions: 1) read the whole settings file before acting n the dock.dialog.* lines 2) when writing the settings file, write the pref.* lines first ---------------------------------------------------------------------- >Comment By: dooglus (dooglus) Date: 2007-04-04 21:32 Message: Logged In: YES user_id=1546005 Originator: YES r423 | dooglus | 2007-04-04 21:31:26 +0200 (Wed, 04 Apr 2007) | 2 lines Changed paths: M /synfig-studio/trunk/src/synfigapp/settings.cpp Fix 1694393: save 'pref.*' keys first, so the window manager hint preference is loaded before saved dialogs are created. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1694393&group_id=144022 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
