<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -147,9 +147,9 @@ module ApplicationHelper
     projects = User.current.projects.all
     if projects.any?
       s = '&lt;select onchange=&quot;if (this.value != \'\') { window.location = this.value; }&quot;&gt;' +
-            &quot;&lt;option value='' selected='selected'&gt;#{ l(:label_jump_to_a_project) }&lt;/option&gt;&quot; +
+            &quot;&lt;option value=''&gt;#{ l(:label_jump_to_a_project) }&lt;/option&gt;&quot; +
             '&lt;option value=&quot;&quot; disabled=&quot;disabled&quot;&gt;---&lt;/option&gt;'
-      s &lt;&lt; project_tree_options_for_select(projects) do |p|
+      s &lt;&lt; project_tree_options_for_select(projects, :selected =&gt; @project) do |p|
         { :value =&gt; url_for(:controller =&gt; 'projects', :action =&gt; 'show', :id =&gt; p, :jump =&gt; current_menu_item) }
       end
       s &lt;&lt; '&lt;/select&gt;'</diff>
      <filename>app/helpers/application_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2cec9f87ab17171fb780317ce78590b4bd67dc78</id>
    </parent>
  </parents>
  <author>
    <name>Jean-Philippe Lang</name>
    <email>jp_lang@yahoo.fr</email>
  </author>
  <url>http://github.com/svoop/redmine/commit/a68d8a7b32fbbf8d7d651eb38fe48b676d8b610a</url>
  <id>a68d8a7b32fbbf8d7d651eb38fe48b676d8b610a</id>
  <committed-date>2009-10-24T04:29:49-07:00</committed-date>
  <authored-date>2009-10-24T04:29:49-07:00</authored-date>
  <message>Sets the current project as the default value of project jump box (#4053).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2959 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
  <tree>93d9dbb92670a6e65f65628f14b729bc5ce0ca40</tree>
  <committer>
    <name>Jean-Philippe Lang</name>
    <email>jp_lang@yahoo.fr</email>
  </committer>
</commit>
