aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-new-account-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* account-settings: always use GVariant to store parametersGuillaume Desmottes2012-06-071-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545
* new-account-dialog: rely on the EmpathyAccountWidget::close signalGuillaume Desmottes2012-05-091-17/+6
| | | | | | | | | | User of the dialog should wait for the widget to be completely done before destroying it. Change the 'success' dialog response to GTK_RESPONSE_APPLY to stay coherent with the response type received from EmpathyAccountWidget. https://bugzilla.gnome.org/show_bug.cgi?id=675667
* Turn EmpathyAccountWidget to a proper GtkWidgetGuillaume Desmottes2012-05-081-17/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=640417
* add new-account-dialogGuillaume Desmottes2011-12-221-0/+212
This introduces some code duplication with the assistant but it's going to die soon anyway.