commit 1c188eb538d9a8d191f70c3a994874db7e7bd397 Author: Guillaume Desmottes Date: Mon Oct 18 16:18:05 2010 +0200 prepare 2.91.1 NEWS | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 50 insertions(+), 2 deletions(-) commit e0586a58f10fe82931a2e4861d0ecd2ea7dfb0f0 Author: Guillaume Desmottes Date: Mon Oct 18 16:06:14 2010 +0200 release.py: update last_tag_pattern release.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 798670e5ec296942eb26797cbc9dc8bb3cd2d771 Author: Guillaume Desmottes Date: Mon Oct 18 16:35:20 2010 +0200 move the 'Find in contact list' menu item src/empathy-main-window.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0446279dbf79a85718ca7a71bb6588d389ed15f5 Merge: d91cd1d b3a5b44 Author: Guillaume Desmottes Date: Mon Oct 18 15:22:46 2010 +0200 Merge remote branch 'vminko/fix-632024-v2' commit d91cd1d110fa660385574d3a9128b83287fc9a92 Author: Guillaume Desmottes Date: Mon Oct 18 15:05:21 2010 +0200 individual-widget: set xalign on the status message (#632434) Seems the default changed in GTK3. libempathy-gtk/empathy-individual-widget.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b3a5b441b884c25198b77ae014cde3b73d396257 Author: Vitaly Minko Date: Mon Oct 18 16:51:03 2010 +0400 Move the 'Find in Contact List' item from the View menu to the Edit menu. src/empathy-main-window.c | 4 ++-- src/empathy-main-window.ui | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) commit 2d25c8605b4e6a2cb832955de7f6e12080a658e0 Author: Vitaly Minko Date: Mon Oct 18 15:32:37 2010 +0400 Add an entry in the View menu to search for contacts (#632024). libempathy-gtk/empathy-individual-view.c | 19 +++++++++++++++---- libempathy-gtk/empathy-individual-view.h | 2 ++ src/empathy-main-window.c | 10 ++++++++++ src/empathy-main-window.ui | 7 +++++++ 4 files changed, 34 insertions(+), 4 deletions(-) commit 5ddb08157c2b22b3fe3d95ceaee89a641aadbb7f Merge: 0da5677 f127e56 Author: Guillaume Desmottes Date: Mon Oct 18 12:34:38 2010 +0200 Merge branch 'no-notif-632422' commit f127e56c1b1f27bf7b8be219e13a7c71ffdb63ec Author: Guillaume Desmottes Date: Mon Oct 18 11:23:29 2010 +0200 empathy_notify_manager_notification_is_enabled: properly check the EMPATHY_PREFS_NOTIFICATIONS_DISABLED_AWAY preference If this key is set, that means we do NOT want the notification when being away/busy. libempathy-gtk/empathy-notify-manager.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0da5677984bf4820ec0e723141bf43d3539a0fa3 Author: Jorge González Date: Mon Oct 18 11:09:13 2010 +0200 Updated Spanish translation po/es.po | 152 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 83 insertions(+), 69 deletions(-) commit 64b7bd12aa298e080047cace1918d19098509b0a Author: Guillaume Desmottes Date: Fri Oct 15 15:36:41 2010 +0200 empathy-av: use GtkApplication (#621339) src/empathy-av.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit 359fed84d5ee5b0fb82699cb927dbc3293c235cc Author: Guillaume Desmottes Date: Fri Oct 15 15:31:07 2010 +0200 empathy-debugger: use GtkApplication (#621339) src/empathy-debugger.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 935bd1c90642bbef3430f19769e5649354f75731 Author: Guillaume Desmottes Date: Fri Oct 15 15:28:51 2010 +0200 define EMPATHY_DBUS_NAME src/empathy.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit fd57d14531134f57783ab46d6a366c3c23827685 Author: Guillaume Desmottes Date: Fri Oct 15 15:25:39 2010 +0200 stop linking on libunique configure.ac | 2 -- src/Makefile.am | 4 ---- 2 files changed, 0 insertions(+), 6 deletions(-) commit 96311a0b2a5f03c2208ca8b383332ccfd154b8cb Author: Guillaume Desmottes Date: Fri Oct 15 15:23:39 2010 +0200 empathy-accounts-common: no need to include unique src/empathy-accounts-common.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit e34270c0664061091a9abdebe3df75e76adc5f3f Author: Guillaume Desmottes Date: Fri Oct 15 15:22:59 2010 +0200 empathy-accounts: port to GtkApplication (#621339) src/empathy-accounts.c | 53 ++++++++++------------------------------------- 1 files changed, 12 insertions(+), 41 deletions(-) commit 383e325a32599a0d359e3574cb86859c8a1ed76c Author: Guillaume Desmottes Date: Fri Oct 15 14:35:19 2010 +0200 Use GtkApplication::activated instead of libunique Also use empathy_window_present() to present the existing window as it does what we need. src/empathy.c | 75 ++++++++++++++++----------------------------------------- 1 files changed, 21 insertions(+), 54 deletions(-) commit 5d9afc90e6d9f07aa3408c1e230d0856d71f1363 Author: Guillaume Desmottes Date: Fri Oct 15 13:02:06 2010 +0200 EmpathyApp: inherit from GtkApplication (#621339) src/empathy.c | 35 ++++++++++++++++++++++++++++------- 1 files changed, 28 insertions(+), 7 deletions(-) commit d002bc22326aaa6f710ab6f282486c19ef7b6261 Author: Guillaume Desmottes Date: Thu Oct 14 17:20:58 2010 +0200 Create a EmpathyApp object src/empathy.c | 418 +++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 271 insertions(+), 147 deletions(-) commit 2ff9d1b7c0ba3d1fe4e39941a89ed15e74509371 Author: Danielle Madeley Date: Mon Oct 18 10:35:34 2010 +1100 Port empathy-debug-window to GtkComboBoxText src/empathy-debug-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit dcb853028f46c6d2f9f27af870b3311afb098644 Author: Danielle Madeley Date: Mon Oct 18 10:35:20 2010 +1100 Port empathy-account-assistant to GtkComboBoxText src/empathy-account-assistant.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 0edff90c614fd8011c12c7be6981df5d9443f41b Author: Danielle Madeley Date: Mon Oct 18 10:35:00 2010 +1100 Port empathy-status-preset-dialog to GtkComboBox libempathy-gtk/empathy-status-preset-dialog.c | 4 ++-- libempathy-gtk/empathy-status-preset-dialog.h | 2 +- libempathy-gtk/empathy-status-preset-dialog.ui | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) commit 18c25feae5e0094113b7e7327b3f0de308f1f369 Author: Danielle Madeley Date: Mon Oct 18 10:34:37 2010 +1100 Port empathy-presence-chooser to GtkComboBox libempathy-gtk/empathy-presence-chooser.c | 24 ++++++++++++++++++------ libempathy-gtk/empathy-presence-chooser.h | 6 +++--- 2 files changed, 21 insertions(+), 9 deletions(-) commit 873f14fac716544d076fea1776f2b44c9dc233f6 Author: Danielle Madeley Date: Mon Oct 18 11:07:07 2010 +1100 Bump GTK+ requirement to 2.91.1 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 643dc00f6a6e60f1dae91647301505169e8c7791 Merge: 2a7871a 53ca6d2 Author: Danielle Madeley Date: Mon Oct 18 09:14:11 2010 +1100 Merge branch 'external-accounts' commit 2a7871af19764420ad2fa78dfa97dca517a130da Author: Mattias Põldaru Date: Sun Oct 17 15:12:32 2010 +0300 [l10n] Updated Estonian translation po/et.po | 100 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 56 insertions(+), 44 deletions(-) commit 378e46aee2d8376db3e6fbd1a9356cacf72a7aef Author: Kjartan Maraas Date: Sat Oct 16 12:46:05 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 815 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 416 insertions(+), 399 deletions(-) commit 2c5175128196c93f648b165bc7e155f5d9cef1c3 Author: Travis Reitter Date: Wed Oct 13 11:36:05 2010 -0700 Retain the ContactManager for the lifetime of the main window. The ContactManager doesn't cleanly disconnect its signals when it's finalized (or initialized), so we need to retain it for the lifetime of the main window to avoid segfaults. It's not worth fixing the ContactManager, since we're planning to remove it. src/empathy-main-window.c | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) commit 1291ec05478f211d37479fc98904d9d3dda743b0 Author: Travis Reitter Date: Tue Oct 12 23:22:23 2010 -0700 Remove obsolete ContactManager from IndividualManager. Helps bgo#625969. libempathy/empathy-individual-manager.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit f5f2d3a1cf71a4fc89c517a15d1413bfd1bfcac5 Author: Travis Reitter Date: Tue Oct 12 23:20:55 2010 -0700 Cut obsolete IndividualManagerFlags. Helps bgo#625969. libempathy/empathy-individual-manager.c | 30 ------------------------------ libempathy/empathy-individual-manager.h | 13 ------------- 2 files changed, 0 insertions(+), 43 deletions(-) commit 5598cb0b0b012199fb5cfe8a0f2a5b05ed8078c8 Author: Travis Reitter Date: Tue Oct 12 23:16:17 2010 -0700 Add missing #include. libempathy/empathy-contact.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a4cd05f5f8aeb4067652e4806f0e125b221d8ad1 Author: Travis Reitter Date: Tue Oct 12 22:45:53 2010 -0700 Use Folks to check if a TpConnection can alias and group personas. Helps bgo#625969. libempathy-gtk/empathy-individual-menu.c | 7 ++----- libempathy/empathy-utils.c | 28 ++++++++++++++++++++++++++++ libempathy/empathy-utils.h | 2 ++ 3 files changed, 32 insertions(+), 5 deletions(-) commit 4f39984ad575e8ee643e3cf52ad519386c23009e Author: Travis Reitter Date: Tue Oct 12 09:45:03 2010 -0700 Use Folks to check if a TpConnection can add personas. Helps bgo#625969. libempathy-gtk/empathy-individual-dialogs.c | 3 +- libempathy/empathy-utils.c | 52 +++++++++++++++++++++++++++ libempathy/empathy-utils.h | 3 ++ 3 files changed, 56 insertions(+), 2 deletions(-) commit 31905d995ddb96e2e25a795fa197cb541bc7724d Author: Travis Reitter Date: Mon Oct 11 12:52:18 2010 -0700 Use Folks to check the ability to remove Individuals in the store & view. Helps bgo#625969. configure.ac | 2 +- libempathy-gtk/empathy-individual-store.c | 14 ++------ libempathy-gtk/empathy-individual-store.h | 1 - libempathy-gtk/empathy-individual-view.c | 51 ++++++++++++---------------- libempathy-gtk/empathy-individual-view.h | 3 -- 5 files changed, 27 insertions(+), 44 deletions(-) commit cddc09f1ca10d13de7d71fa199b1ae4d5a7c8784 Author: Andrej Žnidaršič Date: Fri Oct 15 21:46:04 2010 +0200 Updated Slovenian translation help/sl/sl.po | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit 1f77f0d10cd6ce602b74210bf708e74d0ca83d52 Author: Andrej Žnidaršič Date: Fri Oct 15 21:44:19 2010 +0200 Updated Slovenian translation help/sl/sl.po | 1009 ++++++++++++++++++++++++++++++--------------------------- 1 files changed, 527 insertions(+), 482 deletions(-) commit aeec22a98c9acae6fe793fbd1e6cd37b5dc9058c Author: Guillaume Desmottes Date: Fri Oct 15 11:52:08 2010 +0200 help/.gitignore: ignore sl generated files help/.gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit db7e70826c705e3724cecb2ba509242c3472ede0 Author: Guillaume Desmottes Date: Fri Oct 15 11:51:27 2010 +0200 help/.gitignore: sort help/.gitignore | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 63d63edcd3294a47367b530e3b627e4354cc348c Author: Jorge González Date: Fri Oct 15 11:47:40 2010 +0200 Updated Spanish translation po/es.po | 70 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 44 insertions(+), 26 deletions(-) commit 26e03eb5ff87e6148a7a316c9538e94e6587cfe3 Author: Vitaly Minko Date: Fri Oct 15 11:18:56 2010 +0200 Separate spelling suggestions in one sub-menu per language (#532832) libempathy-gtk/empathy-chat.c | 94 +++++++++++++++++++++++++++++---------- libempathy-gtk/empathy-spell.c | 91 ++++++++++++++++++++++---------------- libempathy-gtk/empathy-spell.h | 4 +- src/empathy-preferences.c | 35 ++++++--------- 4 files changed, 140 insertions(+), 84 deletions(-) commit c07cc33d2453bc8bcb5597439f620a7534680d31 Author: Chandni Verma Date: Fri Oct 15 08:03:48 2010 +0530 A modal dialog to warn the user if account manager could not be contacted Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=594576 Reviewed-by: Danielle Madeley src/empathy.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit b13f029ad4b09ea1c61de7e05ff46eec9b7f2647 Author: Matej Urbančič Date: Thu Oct 14 20:02:10 2010 +0200 Added sl for Slovenian translation help/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2afeae6b56b1f0f2e2bc457b23fc54eac05c34c0 Author: Matej Urbančič Date: Thu Oct 14 19:59:45 2010 +0200 Updated Slovenian translation help/sl/sl.po | 60 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 30 insertions(+), 30 deletions(-) commit 7a4c8e7c2e707d20051cfe0fcc5bcfc5a74fc622 Author: Matej Urbančič Date: Thu Oct 14 19:55:41 2010 +0200 Added Slovenian translation help/sl/sl.po | 2267 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2267 insertions(+), 0 deletions(-) commit 054e1f0bf407756fa8380513d3b1d24930503cce Author: Vitaly Minko Date: Thu Oct 14 11:55:25 2010 +0200 Check format of some user names (#629261) libempathy-gtk/empathy-account-widget.c | 113 +++++++++++++++++++++++++++++++ libempathy/empathy-account-settings.c | 106 +++++++++++++++++++++++------ libempathy/empathy-account-settings.h | 8 ++ 3 files changed, 205 insertions(+), 22 deletions(-) commit 1f107665d98cfba8175d47b46ff35dca07d886bc Author: Yaron Shahrabani Date: Thu Oct 14 11:14:18 2010 +0200 Updated Hebrew translation. po/he.po | 103 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 52 insertions(+), 51 deletions(-) commit fd1ccf04926964b9434701791c5f62078c5a69c4 Author: Cheng-Chia Tseng Date: Wed Oct 13 15:50:37 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 707 +++++++++++++++++++++++++++++++---------------------------- po/zh_TW.po | 705 +++++++++++++++++++++++++++++++---------------------------- 2 files changed, 743 insertions(+), 669 deletions(-) commit 33c0aab9178123734e88c5ac14e86fba36e05ff8 Author: A S Alam Date: Wed Oct 13 07:37:53 2010 +0530 updating translation for Punjabi po/pa.po | 737 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 380 insertions(+), 357 deletions(-) commit c959939c36693235243c46fcdbfe956eff943472 Author: Jorge González Date: Tue Oct 12 22:51:32 2010 +0200 Updated Spanish translation po/es.po | 19 +++---------------- 1 files changed, 3 insertions(+), 16 deletions(-) commit 888df7fc53595e18c5de077860881bd10f327cc5 Author: Vitaly Minko Date: Mon Oct 11 15:51:38 2010 +0200 enable imported Pidgin accounts if needed (#594145) src/empathy-import-pidgin.c | 53 +++++++++++++++++++++++++++++++++++++++--- src/empathy-import-utils.c | 1 + src/empathy-import-utils.h | 2 + src/empathy-import-widget.c | 11 ++++++++- 4 files changed, 62 insertions(+), 5 deletions(-) commit 4722911e579557b37f543ee03d51562c02272184 Author: Jorge González Date: Mon Oct 11 14:34:58 2010 +0200 Updated Spanish translation po/es.po | 384 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 198 insertions(+), 186 deletions(-) commit b8a1793bad1703c8a4aa6c487e41346e42527df0 Author: Fran Diéguez Date: Mon Oct 11 10:33:54 2010 +0200 Updated Galician translations po/gl.po | 706 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 358 insertions(+), 348 deletions(-) commit 53ca6d2ca5de5401e55171bc71a3d75cc7e18fb8 Author: Danielle Madeley Date: Mon Oct 11 19:13:26 2010 +1100 Bump required tp-glib version to 0.13.1.1 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0ee7dc02b4f710edcd83a41910ce5cdf5e51475b Merge: 8cfe1e4 6c8e88f Author: Danielle Madeley Date: Mon Oct 11 19:04:12 2010 +1100 Merge branch 'gcr-trivia-631657' commit 6c8e88f2405c3c8f9b8ed8942407643ff5eeed0f Author: Danielle Madeley Date: Mon Oct 11 12:34:24 2010 +1100 Force the GcrCertificateWidget to be at least 150 pixels high libempathy-gtk/empathy-tls-dialog.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 5c5bf4621619277a7a24e328f8a46ba49bb4211f Author: Danielle Madeley Date: Mon Oct 11 12:04:12 2010 +1100 Remove formatting line breaks from translatable strings. Add extra line breaks. Add punctuation to translatable strings. libempathy-gtk/empathy-tls-dialog.c | 27 ++++++++++++++------------- 1 files changed, 14 insertions(+), 13 deletions(-) commit 8cfe1e4d27b1da878ded1811f07f995ae3c34ccc Author: Gil Forcada Date: Sun Oct 10 23:12:15 2010 +0200 Updated Catalan translation po/ca.po | 1932 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 1194 insertions(+), 738 deletions(-) commit 7a9411155285e47b40d5c82327a4074116645c0a Author: Changwoo Ryu Date: Sat Oct 9 09:14:51 2010 +0900 Updated Korean translation po/ko.po | 1994 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 1245 insertions(+), 749 deletions(-) commit 69ccb1c49425512fd078f7d6901fbb0058c87fe9 Author: Danielle Madeley Date: Fri Oct 8 13:07:33 2010 +1100 Fix Empathy to build with gcr-3 Closes https://bugzilla.gnome.org/show_bug.cgi?id=631657 libempathy-gtk/empathy-tls-dialog.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 99651e27bfe1dd1be31db6119f2cbd8686a905d0 Author: Danielle Madeley Date: Fri Oct 8 13:06:14 2010 +1100 Access Account.I.Storage properties via TpAccount libempathy-gtk/empathy-account-widget.c | 73 ++++++++++++++++--------------- libempathy/empathy-account-settings.c | 9 +++- 2 files changed, 45 insertions(+), 37 deletions(-) commit aaebc7e2323b89aa577d7d724257522fd0407d3f Author: Danielle Madeley Date: Fri Oct 8 12:27:17 2010 +1100 Revert changes to empathy-account-settings libempathy/empathy-account-settings.c | 92 --------------------------------- libempathy/empathy-account-settings.h | 10 ---- 2 files changed, 0 insertions(+), 102 deletions(-) commit 9936a3252f26ddd99e936ad41dc03b1e83eba6ea Author: Danielle Madeley Date: Fri May 21 19:23:22 2010 +1000 Support Account.Interface.Storage Also support org.moblin.libsocialweb for Meego configure.ac | 1 + libempathy-gtk/empathy-account-widget.c | 169 ++++++++++++++++++++++++++----- libempathy/empathy-account-settings.c | 92 +++++++++++++++++ libempathy/empathy-account-settings.h | 10 ++ 4 files changed, 246 insertions(+), 26 deletions(-) commit 6f6575656b1553190bbaf698ee0671a6a8bc5bf4 Author: Matej Urbančič Date: Wed Oct 6 15:06:38 2010 +0200 Updated Slovenian translation po/sl.po | 1069 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 459 insertions(+), 610 deletions(-) commit e2087d9cd12d7f79e7409618b5ff661d04d9e686 Author: Guillaume Desmottes Date: Wed Oct 6 12:06:59 2010 +0200 main-window: elipsize "No match found" message This avoid to enlarge the contact list when displaying it (#631455). src/empathy-main-window.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 9ff924e6e512d21414e080d78b93cdde8a3ae4fa Author: Yaron Shahrabani Date: Wed Oct 6 01:49:12 2010 +0200 Updated Hebrew translation. po/he.po | 601 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 304 insertions(+), 297 deletions(-) commit c772ac27197ef0440c81bc45496fa78875004da5 Author: Travis Reitter Date: Mon Oct 4 11:48:38 2010 -0700 Update for changes to GTK 3 API. libempathy-gtk/empathy-cell-renderer-activatable.c | 4 +- libempathy-gtk/empathy-cell-renderer-expander.c | 26 ++++++++++---------- libempathy-gtk/empathy-cell-renderer-text.c | 16 ++++++------ 3 files changed, 23 insertions(+), 23 deletions(-) commit 1594b24862967f7d0046c8d4328b11a0b2b45330 Author: Travis Reitter Date: Thu Sep 30 20:20:51 2010 -0700 Don't bother fetching contact avatar details, since we already do that in Folks. libempathy/empathy-tp-contact-factory.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 53aa7c1e6546214568969fe727926f7740a26127 Author: Philip Withnall Date: Wed Sep 15 15:23:14 2010 +0100 Port Empathy to use FolksAliasable and FolksGroupable FolksAliasable is the new name for FolksAlias, and FolksGroupable is the new name for FolksGroups. configure.ac | 2 +- libempathy-gtk/empathy-contact-widget.c | 4 +- libempathy-gtk/empathy-groups-widget.c | 48 ++++++++++++++-------------- libempathy-gtk/empathy-groups-widget.h | 6 ++-- libempathy-gtk/empathy-individual-view.c | 8 ++-- libempathy-gtk/empathy-individual-widget.c | 12 +++--- libempathy-gtk/empathy-persona-store.c | 16 +++++---- libempathy/empathy-contact.c | 14 ++++---- libempathy/empathy-individual-manager.c | 6 ++-- libempathy/empathy-utils.c | 2 +- libempathy/empathy-utils.h | 2 +- 11 files changed, 61 insertions(+), 59 deletions(-) commit 3195780450fdcfe8678bf29e5fd20cb957283bc2 Author: Guillaume Desmottes Date: Mon Oct 4 16:50:53 2010 +0200 remove released flag configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)