~ubuntu-branches/ubuntu/utopic/gnome-online-accounts/utopic

« back to all changes in this revision

Viewing changes to src/goabackend/goatelepathyprovider.c

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Laurent Bigonville, Andreas Henriksson
  • Date: 2014-05-16 11:42:52 UTC
  • mfrom: (1.1.28) (0.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20140516114252-u5ect6mk6ht8i38x
Tags: 3.12.2-1
[ Laurent Bigonville ]
* debian/control.in: Recommends realmd package (Closes: #725965)

[ Andreas Henriksson ]
* New upstream release.
  - Removes chat support from Windows Live provider (XMPP gateway gone).
* Bump Standards-Version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * Lesser General Public License for more details.
15
15
 *
16
16
 * You should have received a copy of the GNU Lesser General
17
 
 * Public License along with this library; if not, write to the
18
 
 * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
19
 
 * Boston, MA 02111-1307, USA.
 
17
 * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
20
18
 *
21
19
 * Author: Marco Barisione <marco.barisione@collabora.co.uk>
22
20
 */
672
670
  dialog = gtk_dialog_new_with_buttons (_("Personal Details"),
673
671
      parent,
674
672
      GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
675
 
      GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
676
 
      GTK_STOCK_OK, GTK_RESPONSE_OK,
 
673
      _("_Cancel"), GTK_RESPONSE_CANCEL,
 
674
      _("_OK"), GTK_RESPONSE_OK,
677
675
      NULL);
678
676
  gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
679
677
  set_action_area_spacing (GTK_DIALOG (dialog));
912
910
  goa_util_add_account_info (grid, row++, object);
913
911
 
914
912
  goa_util_add_row_switch_from_keyfile_with_blurb (grid, row++, object,
 
913
                                                   /* Translators: This is a label for a series of
 
914
                                                    * options switches. For example: “Use for Mail”. */
915
915
                                                   _("Use for"),
916
916
                                                   "chat-disabled",
917
917
                                                   _("C_hat"));