]> git.0d.be Git - empathy.git/commit
Improved confirmation dialog shown to the user before discarding changes
authorJonathan Tellier <jonathan.tellier@gmail.com>
Fri, 28 Aug 2009 14:45:54 +0000 (10:45 -0400)
committerjtellier <jonathan.tellier@collabora.co.uk>
Fri, 28 Aug 2009 18:27:43 +0000 (14:27 -0400)
commitcb75a2c77a35fbf7ace246d5c45d7ecda8ae8ab1
treeca87c4a6821cddeedb3ee1196189b0fe50ce398d
parent8a6993197695c0b8448754d5389811a6d72e0009
Improved confirmation dialog shown to the user before discarding changes

- Split the confirmation dialog's text into a primary and secondary
  section.
- Changed the button label to "Cancel" and "Discard" instead of "Yes"
  and "No".
- Added a accounts_dialog_show_question_dialog() function to show
  question dialogs related to the accounts dialog and connect to its
  "response" signal.
- Removed the empathy_show_yes_no_question_dialog() function since it
  was added for this specific patch but is no longer used.
libempathy-gtk/empathy-ui-utils.c
libempathy-gtk/empathy-ui-utils.h
src/empathy-accounts-dialog.c