Commit graph

11 commits

Author SHA1 Message Date
Diego Gonzalez
52915655ee fix the rest of bug 312092 which was caused when the old and new passwords
2005-08-07  Diego Gonzalez <diego@pemas.net>

        * gnome-about-me-password.c (update_password): fix the rest of bug
          312092 which was caused when the old and new passwords were the
          same.
2005-08-08 01:28:40 +00:00
Diego González
bc36bd888d Make the dialog a bit bigger to fit some of the strings 2005-08-06 17:32:04 +00:00
Diego Gonzalez
2abc3de4e1 change signature and handle error conditions from passwd.
2005-08-06 Diego Gonzalez <diego@pemas.net>

	* gnome-about-me-password.c (update_password): change signature and
	  handle error conditions from passwd.
	  (passdlg_process_response): adapt to changes in update_password
	  to show the error strings returned.

	Fixes bug 312092.
2005-08-06 16:29:26 +00:00
Diego Gonzalez
f868ce40f3 avoid using gtk_main and use gtk_dialog_run instead.
2005-08-06  Diego Gonzalez <diego@pemas.net>

	* gnome-about-me-password.c (gnome_about_me_password): avoid using
	  gtk_main and use gtk_dialog_run instead.
	  (passdlg_button_clicked_cb): rename to passdlg_process_response
	  (spawn_passwd): return a value, so that we can see if we need to
	  exit without using gtk_main_quit
	  (wait_child) avoid use of gtk_main_quit. More work is required on
	  this case, but for now it will be enough.

	Fixes bugs 312580 and 309736.
2005-08-06 15:49:13 +00:00
Dennis Cranston
6b0cd523f8 Set a default message. Use g_strconcat() instead of g_strdup() and mark
2005-07-12  Dennis Cranston <dennis_cranston at yahoo com>

    * gnome-about-me-password.c (passdlg_check_password_timeout_cb):
      Set a default message. Use g_strconcat() instead of g_strdup()
      and mark strings for translation; (gnome_about_me_password):
      Set the window icon.

    * gnome-about-me.glade:  Rearrange the change password dialog.
      Relabel the ok button to 'Change Password'.

      Closes bug 310307
2005-07-16 21:37:15 +00:00
Diego Gonzalez
a6bfb5ca46 remove gdk_pixbuf_unref calls which are deprecated and use g_object_unref
2005-07-11  Diego Gonzalez  <diego@pemas.net>

    * e-image-chooser.c: remove gdk_pixbuf_unref calls which are
      deprecated and use g_object_unref instead

2005-07-11  Diego Gonzalez  <diego@pemas.net>

    * gnome-about-me-password.c: fix some string errors

      Fixes bug 309951 and bug 309950

2005-07-10  Dennis Cranston <dennis_cranston at yahoo com>

    * gnome-about-me.glade:  HIG fixes; fix widget padding,
      use sentence capitalization for text field labels, fix
      mnemonic conflics, and remove mnemonics from tab labels.

      Also fixes bug 309952
2005-07-12 18:06:41 +00:00
Sebastien Bacher
1f30c47d1d fixed some typo, Clytie Siddall <clytie@riverland.net.au>
(Closes: #302614).
2005-07-07 21:24:03 +00:00
Diego Gonzalez
e14b196cec Fix another crasher
2005-06-23  Diego Gonzalez <diego@pemas.net>

    * gnome-about-me-password.c (gnome_about_me_password):
      Fix another crasher
2005-06-23 12:27:31 +00:00
Diego Gonzalez
520b1aa09f remove cracklib remove dependencies on cracklib remove it
2005-06-22  Diego Gonzalez <diego@pemas.net>

    * Makefile.am: remove cracklib
    * gnome-about-me-password.c (passdlg_check_password_timeout_cb):
      remove dependencies on cracklib
    * cracklib/*: remove it

2005-06-21  Diego Gonzalez <diego@pemas.net>

    * gnome-about-me.c: Improve some error messages
      about_me_error: new function
    * (about_me_load_info): Avoid crashing when switching to the Address tab
    * (about_me_commit): generate a good file_as field, code taken from evolution
2005-06-23 11:27:21 +00:00
Diego González
a6352fc137 Lots of changes on the password dialog and a bit of a performance improvement
on the main dialog while instant applying the changes to the EDS database.
2005-06-15 00:25:55 +00:00
Diego González
dfd5a56899 adding the about-me capplet 2004-11-03 20:29:08 +00:00