[empathy: 6/6] Merge branch 'gnome-3-4'



commit 26b9e04f1c40888bba66bcaace30d9f0feac45fc
Merge: 19d2ee5 2b26304
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 21 11:18:19 2012 +0200

    Merge branch 'gnome-3-4'
    
    Conflicts:
    	NEWS
    	configure.ac
    	src/empathy-accounts.c

 NEWS                   |   14 ++++++++++++++
 configure.ac           |    3 ++-
 src/Makefile.am        |    5 +++++
 src/empathy-accounts.c |   12 +++++++++++-
 4 files changed, 32 insertions(+), 2 deletions(-)
---
diff --cc NEWS
index 7d3b49e,c2983c4..9efd8a6
--- a/NEWS
+++ b/NEWS
@@@ -1,51 -1,17 +1,65 @@@
 +NEW in 3.5.1 (30/04/2012)
 +============
 +
 +Dependencies:
 + â GLib â 2.32.0
 + â telepathy-glib â 0.17.6
 + â Intltool â 0.50.0
 +
 +Bugs fixed:
 + - Fixed #501065, Can't rename group (Guillaume Desmottes)
 + - Fixed #668186, make check does not run the test suite (which doesn't pass when it is run) (Guillaume Desmottes)
 + - Fixed #668261, empathy-tls-test (Stef Walter)
 + - Fixed #669134, SIP widget: add local IP widgets (Laurent Contzen)
 + - Fixed #669177, Show who changed the subject.
 + - Fixed #672619, Drop org.gnome.Empathy.gschema.xml.in (Guillaume Desmottes)
 + - Fixed #672976, Use GNetworkMonitor (Guillaume Desmottes)
 + - Fixed #673159, Add 'Rename' entry to accounts context menu (Guillaume Desmottes)
 + - Fixed #673410, Tooltip text when editing should be translatable (Laurent)
 + - Fixed #673821, Remove old contact list code (Guillaume Desmottes)
 + - Fixed #674432, The buddy list window is very small by default (Guillaume Desmottes)
 + - Fixed #640846, No tooltips in status picker (Laurent Contzen)
 +
 +Translations:
 + - Updated an Translation (Daniel Martinez Cucalon)
 + - Updated ar Translation (Ibrahim Saed)
 + - Updated ca Translation (Jordi Serratosa)
 + - Updated ca valencia Translation (Carles Ferrando)
 + - Updated en_CA Translation (Tiffany Antopolski)
 + - Updated es Translation (Daniel Mustieles)
 + - Updated eu Translation (Inaki Larranaga Murgoitio)
 + - Updated fa Translation (Arash Mousavi)
 + - Updated gl Translation (Fran DiÃguez)
 + - Updated he Translation (Yaron Shahrabani)
 + - Updated hi Translation (Chandan Kumar)
 + - Updated id Translation (Andika Triwidada)
 + - Updated ja Translation (Mako N)
 + - Updated ko Translation (Changwoo Ryu)
 + - Updated nb Translation (Kjartan Maraas)
 + - Updated or Translation (ManojKumar Giri)
 + - Updated sk Translation (Pavol KlaÄanskÃ)
 + - Updated sl Translation (Matej UrbanÄiÄ, Andrej ÅnidarÅiÄ)
 + - Updated te Translation (Sasi Bhushan)
 + - Updated zh_CN Translation (Automatic Mirroring)
 +
 +Documentation translations:
 + - Updated fr Documentation translation (Bruno Brouard)
 + - Updated ja Documentation translation (Mako N)
 +
+ NEW in 3.4.2 (14/05/2012)
+ ============
+ 
+ Dependencies:
+  â telepathy-glib â 0.18.0
+ 
+ Bugs fixed:
+  - Fixed #674432, The buddy list window is very small by default
+  - Fixed #675767, IRC Edit Connection Parameters text alignment
+ 
+ Translations:
+  - Updated an Translation (Daniel Martinez Cucalon)
+  - Updated sk Translation (Pavol KlaÄanskÃ)
+ 
  NEW in 3.4.1 (16/04/2012)
  ============
  
diff --cc src/empathy-accounts.c
index 8feb346,efb98e9..027d999
--- a/src/empathy-accounts.c
+++ b/src/empathy-accounts.c
@@@ -223,8 -226,15 +227,14 @@@ main (int argc, char *argv[]
    GObjectClass *app_class;
    gint retval;
  
 -  g_thread_init (NULL);
+   g_type_init ();
+ 
+ #ifdef HAVE_CHEESE
+   /* Used by the avatar chooser */
+   g_return_val_if_fail (cheese_gtk_init (&argc, &argv), 1);
+ #endif
+ 
    empathy_init ();
-   textdomain (GETTEXT_PACKAGE);
  
    gtk_init (&argc, &argv);
    empathy_gtk_init ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]