[vlc-devel] commit: Move last.fm password from PasswordShowOnEdit to Password. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Aug 1 22:12:27 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug 1 13:14:35 2008 -0700| [96b4ee1ee2da310e9ea951a29672a7609dbf831e] | committer: Jean-Baptiste Kempf
Move last.fm password from PasswordShowOnEdit to Password.
Sorry, I don't liked this 'feature'
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96b4ee1ee2da310e9ea951a29672a7609dbf831e
---
modules/gui/qt4/ui/sprefs_audio.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/ui/sprefs_audio.ui b/modules/gui/qt4/ui/sprefs_audio.ui
index 176eb7a..3203501 100644
--- a/modules/gui/qt4/ui/sprefs_audio.ui
+++ b/modules/gui/qt4/ui/sprefs_audio.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>541</width>
- <height>607</height>
+ <height>609</height>
</rect>
</property>
<property name="windowTitle" >
@@ -326,7 +326,7 @@
<item row="2" column="1" colspan="2" >
<widget class="QLineEdit" name="lastfm_pass_edit" >
<property name="echoMode" >
- <enum>QLineEdit::PasswordEchoOnEdit</enum>
+ <enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
More information about the vlc-devel
mailing list