Revert patch of the previous patch as it modified the UI
This commit is contained in:
parent
4c49664894
commit
27c8a5ed16
2 changed files with 19 additions and 1 deletions
|
@ -1,3 +1,21 @@
|
|||
2005-08-16 Diego Gonzalez <diego@pemas.net>
|
||||
|
||||
* gnome-about-me.glade: revert the part of the previous patch that
|
||||
modified the UI, as we are in UI freeze.
|
||||
|
||||
2005-08-15 Olaf Heiring <olh@suse.de>
|
||||
|
||||
* gnome-about-me-password.c (read_everything): use integer to avoid
|
||||
comparison being always true due to limited range.
|
||||
|
||||
2005-08-15 Diego Gonzalez <diego@pemas.net>
|
||||
|
||||
* gnome-about-me-password.c (update_password): use "wrapped" instead
|
||||
of "one" to handler the case where the passwd command finds the
|
||||
password wrapped. Use a long delay period.
|
||||
|
||||
Patch by Jaap Hatsima.
|
||||
|
||||
2005-08-14 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
|
||||
|
||||
* gnome-about-me-password.c (update_password): Replace "passwod is
|
||||
|
|
|
@ -2843,7 +2843,7 @@
|
|||
<property name="xpad">0</property>
|
||||
<property name="ypad">0</property>
|
||||
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
||||
<property name="width_chars">50</property>
|
||||
<property name="width_chars">39</property>
|
||||
<property name="single_line_mode">False</property>
|
||||
<property name="angle">0</property>
|
||||
</widget>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue