~ubuntu-branches/debian/stretch/synaptic/stretch

« back to all changes in this revision

Viewing changes to gtk/gtkbuilder/dialog_authentication.ui

  • Committer: Package Import Robot
  • Author(s): Michael Vogt, Alex Henrie, Gabor Kelemen, lp:~rohangarg/synaptic/bug1375786
  • Date: 2015-01-19 14:35:21 UTC
  • Revision ID: package-import@ubuntu.com-20150119143521-pb8mbyonrfy3gmcy
Tags: 0.81.3
[ Alex Henrie ]
* lp:~alexhenrie24/synaptic/synaptic:
   - fix expand in the properties window

[ Gabor Kelemen ]
* lp:~kelemeng/synaptic/bug1327956:
  - fix proxy auth config (LP: #1327956)

[ lp:~rohangarg/synaptic/bug1375786 ]
- use the synaptic-pkexec in kde as well (LP: #1375786)

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
            <child>
93
93
              <object class="GtkEntry" id="entry_username">
94
94
                <property name="visible">True</property>
95
 
                <property name="can_focus">False</property>
 
95
                <property name="can_focus">True</property>
 
96
                <property name="editable">True</property>
96
97
              </object>
97
98
              <packing>
98
99
                <property name="left_attach">1</property>
103
104
            <child>
104
105
              <object class="GtkEntry" id="entry_password">
105
106
                <property name="visible">True</property>
106
 
                <property name="can_focus">False</property>
 
107
                <property name="can_focus">True</property>
107
108
                <property name="visibility">False</property>
 
109
                <property name="editable">True</property>
108
110
              </object>
109
111
              <packing>
110
112
                <property name="left_attach">1</property>