]> git.0d.be Git - empathy.git/commitdiff
Merge branch 'gnome-3-8'
authorXavier Claessens <xavier.claessens@collabora.co.uk>
Wed, 26 Jun 2013 13:29:13 +0000 (15:29 +0200)
committerXavier Claessens <xavier.claessens@collabora.co.uk>
Wed, 26 Jun 2013 13:29:13 +0000 (15:29 +0200)
1  2 
src/empathy-accounts-dialog.c

index 27f41d37b8829224fffce0ae85f436e34a9aeb80,abb4e0ca80e72f54b95821109a48d631b790c733..e2e63dc4a0ba713b579a4a165ed40d4648057cf8
   */
  
  #include "config.h"
 +#include "empathy-accounts-dialog.h"
  
  #include <glib/gi18n-lib.h>
  
 -#include <libempathy/empathy-utils.h>
 -#include <libempathy/empathy-pkg-kit.h>
 -
 -#include <libempathy-gtk/empathy-ui-utils.h>
 -#include <libempathy-gtk/empathy-account-widget-sip.h>
 -#include <libempathy-gtk/empathy-user-info.h>
 -#include <libempathy-gtk/empathy-local-xmpp-assistant-widget.h>
 -#include <libempathy-gtk/empathy-new-account-dialog.h>
 -
  #include "empathy-accounts-common.h"
 -#include "empathy-accounts-dialog.h"
 +#include "empathy-account-widget-sip.h"
  #include "empathy-import-dialog.h"
  #include "empathy-import-utils.h"
 +#include "empathy-local-xmpp-assistant-widget.h"
 +#include "empathy-new-account-dialog.h"
 +#include "empathy-pkg-kit.h"
 +#include "empathy-ui-utils.h"
 +#include "empathy-user-info.h"
 +#include "empathy-utils.h"
  
  #define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT
 -#include <libempathy/empathy-debug.h>
 +#include "empathy-debug.h"
  
  /* Flashing delay for icons (milliseconds). */
  #define FLASH_TIMEOUT 500
@@@ -2382,6 -2384,7 +2382,7 @@@ accounts_dialog_build_ui (EmpathyAccoun
  
    /* first row */
    priv->label_name = gtk_label_new (NULL);
+   gtk_label_set_ellipsize (GTK_LABEL (priv->label_name), PANGO_ELLIPSIZE_END);
    gtk_grid_attach (GTK_GRID (grid), priv->label_name, 1, 0, 1, 1);
  
    /* second row */