[Bug 196386] Re: Change password hangs on palindrome

2010-09-16 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Importance: Unknown = Low

-- 
Change password hangs on palindrome
https://bugs.launchpad.net/bugs/196386
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 196386] Re: Change password hangs on palindrome

2008-03-11 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-control-center -
1:2.22.0-0ubuntu1

---
gnome-control-center (1:2.22.0-0ubuntu1) hardy; urgency=low

  * New upstream version:
about-me:
- Fix misspelling of palindrome (lp: #196386à
common:
- Port to GIO
keyboard:
- Fix leaks and remove unnecessary casts
mouse:
- Make the mouse orientation radio button usable with both mouse buttons
updated translations

 -- Sebastien Bacher [EMAIL PROTECTED]   Tue, 11 Mar 2008 23:45:07
+0100

** Changed in: gnome-control-center (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Change password hangs on palindrome
https://bugs.launchpad.net/bugs/196386
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 196386] Re: Change password hangs on palindrome

2008-03-01 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: Unknown = Fix Released

-- 
Change password hangs on palindrome
https://bugs.launchpad.net/bugs/196386
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 196386] Re: Change password hangs on palindrome

2008-02-29 Thread Koen Beek
The source code looks like this (gnome-control-center 1:2.20.1-0ubuntu1)

if (is_string_complete (str-str, successfully,

  short,

  panlindrome,

  simple,

  similar,

  wrapped,

  recovered,

  unchanged,

  match,

  1 numeric or special,

  failure,

  NULL)) {

/* What response did we get? */
passdlg_set_busy (pdialog, FALSE);

if (g_strrstr (str-str, successfully) != 
NULL) {
/* Hooray! */

passdlg_clear (pdialog);
passdlg_set_status (pdialog, _(Your 
password has been changed.));
} else {
/* Ohnoes! */

/* Focus new password */
gtk_widget_grab_focus (GTK_WIDGET 
(pdialog-new_password));

if (g_strrstr (str-str, recovered) 
!= NULL) {
/* What does this indicate?
 * Authentication information 
cannot be recovered? from libpam? */
msg = g_strdup_printf 
(_(System error: %s.), str-str);
} else if (g_strrstr (str-str, 
short) != NULL) {
msg = g_strdup (_(The password 
is too short.));
} else if (g_strrstr (str-str, 
panlindrome) != NULL) {
msg = g_strdup (_(The password 
is too simple.));
} else if (g_strrstr (str-str, 
simple) != NULL) {
msg = g_strdup (_(The password 
is too simple.));
} else if ((g_strrstr (str-str, 
similar) != NULL) || (g_strrstr (str-str, wrapped) != NULL)) {
  

** Changed in: gnome-control-center (Ubuntu)
   Status: New = Confirmed

-- 
Change password hangs on palindrome
https://bugs.launchpad.net/bugs/196386
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 196386] Re: Change password hangs on palindrome

2008-02-29 Thread Koen Beek
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at [WWW]
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in gnome-control-center.

** Changed in: gnome-control-center (Ubuntu)
Sourcepackagename: None = gnome-control-center

-- 
Change password hangs on palindrome
https://bugs.launchpad.net/bugs/196386
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 196386] Re: Change password hangs on palindrome

2008-02-29 Thread Sebastien Bacher
the bug has been fixed to svn already

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: Confirmed = Fix Committed

** Bug watch added: GNOME Bug Tracker #519398
   http://bugzilla.gnome.org/show_bug.cgi?id=519398

** Also affects: gnome-control-center via
   http://bugzilla.gnome.org/show_bug.cgi?id=519398
   Importance: Unknown
   Status: Unknown

-- 
Change password hangs on palindrome
https://bugs.launchpad.net/bugs/196386
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs