Created attachment 709936 [details] Turns off the svn revision string whenever svnversion does not find one. Description of problem: I got following problem reported by Wolfgang Lieff. I am just rewriting it on behalf of him as he don't have bugzilla account. When rebuilding wesnoth-1.10.5-5 on a system which has 'svnversion' in the path, scons (via the main 'SConstruct') appends the string '(Unversioned directory)' to the program name - and thus eg. to the window title - which, while true (as it is a released version and not an svn snapshot), is rather annoying ... Attached patch turns off the svn revision string whenever svnversion does not find one. Version-Release number of selected component (if applicable): wesnoth-1.10.5-5 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: check the UI window title it shows (Unversioned directory) Expected results: it should not show like (Unversioned directory) Additional info:
I have no objection to the patch, but I don't see this on 1.10.5-3 on f18 in Gnome 3. Is this in another DE?