]> git.0d.be Git - empathy.git/log
empathy.git
14 years agoassistant: set the salut page as complete if we pre-filled enough fields (#610380)
Guillaume Desmottes [Fri, 19 Feb 2010 09:59:45 +0000 (09:59 +0000)]
assistant: set the salut page as complete if we pre-filled enough fields (#610380)

14 years agoRename Moblin to Meego throughout Empathy
Danielle Madeley [Thu, 18 Feb 2010 22:15:00 +0000 (09:15 +1100)]
Rename Moblin to Meego throughout Empathy

At the request of Rob Bradford

14 years agoUpdated Slovenian translation
Matej Urbančič [Thu, 18 Feb 2010 12:45:47 +0000 (13:45 +0100)]
Updated Slovenian translation

14 years agoUpdated Brazilian Portuguese translation
Djavan Fagundes [Thu, 18 Feb 2010 00:46:48 +0000 (22:46 -0200)]
Updated Brazilian Portuguese translation

14 years agoUpdated Italian help translation
Milo Casagrande [Wed, 17 Feb 2010 21:07:58 +0000 (22:07 +0100)]
Updated Italian help translation

14 years ago[help] Fixed two strings: now they are similar
Milo Casagrande [Wed, 17 Feb 2010 21:05:55 +0000 (22:05 +0100)]
[help] Fixed two strings: now they are similar

14 years agoUpdated Spanish translation
Jorge González [Wed, 17 Feb 2010 20:00:34 +0000 (21:00 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Wed, 17 Feb 2010 20:00:31 +0000 (21:00 +0100)]
Updated Spanish translation

14 years agoPoint Makefile.am to .lo files, to please some libtool deity
Frédéric Péters [Wed, 17 Feb 2010 17:43:26 +0000 (18:43 +0100)]
Point Makefile.am to .lo files, to please some libtool deity

14 years agoupdated Tamil translation
vasudeven [Wed, 17 Feb 2010 15:55:15 +0000 (21:25 +0530)]
updated Tamil translation

14 years agoDon't display the 'respond' button in presence notifications (#610032)
Guillaume Desmottes [Tue, 16 Feb 2010 14:55:59 +0000 (14:55 +0000)]
Don't display the 'respond' button in presence notifications (#610032)

This button doesn't make anything as this event is not activatable. Plan is to
display better button at some point (see bug 597124) but for now let's remove
this button when it's useless.

14 years agoremove EMPATHY_EVENT_TYPE_TUBE
Guillaume Desmottes [Tue, 16 Feb 2010 14:45:04 +0000 (14:45 +0000)]
remove EMPATHY_EVENT_TYPE_TUBE

It's not used any more.

14 years agoaccount-assistant: remove '\n' from the salut error web page
Guillaume Desmottes [Tue, 16 Feb 2010 17:09:16 +0000 (17:09 +0000)]
account-assistant: remove '\n' from the salut error web page

Wrapping the label will add them for us.

14 years agoaccount-assistant: Wrap secondary error message (#607908)
Guillaume Desmottes [Tue, 16 Feb 2010 17:07:50 +0000 (17:07 +0000)]
account-assistant: Wrap secondary error message (#607908)

14 years agomain-window: use GTK_MESSAGE_ERROR for account error info bars
Guillaume Desmottes [Tue, 16 Feb 2010 17:54:50 +0000 (17:54 +0000)]
main-window: use GTK_MESSAGE_ERROR for account error info bars

The accounts dialog uses this message type in this case which makes more sense
as that's an really an error (#609822).

14 years agoUse TpDebugSender to publish debug messages (#607330)
Jonny Lamb [Tue, 16 Feb 2010 16:38:21 +0000 (16:38 +0000)]
Use TpDebugSender to publish debug messages (#607330)

14 years ago[help] Fixed the Apply button on account creation
Milo Casagrande [Tue, 16 Feb 2010 17:38:00 +0000 (18:38 +0100)]
[help] Fixed the Apply button on account creation
* Added a small section about proxy configuration
* Updated the errors topics
* Fixed a capitalization glitch, at least now titles are all the same

14 years agoempathy_accounts_dialog_show_application: try to run "empathy-accounts" from source
Guillaume Desmottes [Tue, 16 Feb 2010 12:19:10 +0000 (12:19 +0000)]
empathy_accounts_dialog_show_application: try to run "empathy-accounts" from source

This fix starting the accounts dialog for people (testers mostly) using
Empathy from a not installed build.

14 years agoempathy_accounts_dialog_show_application: use g_build_filename
Guillaume Desmottes [Tue, 16 Feb 2010 12:15:27 +0000 (12:15 +0000)]
empathy_accounts_dialog_show_application: use g_build_filename

That's cleaner to build a path.

14 years agoMerge branch 'ack-all'
Sjoerd Simons [Tue, 16 Feb 2010 12:06:44 +0000 (12:06 +0000)]
Merge branch 'ack-all'

14 years agoRemove duplicate and buggy bookkeeping of pending messages
Sjoerd Simons [Mon, 15 Feb 2010 23:28:57 +0000 (23:28 +0000)]
Remove duplicate and buggy bookkeeping of pending messages

14 years agoadd API to TpChat to ack all pending messages in one go
Sjoerd Simons [Mon, 15 Feb 2010 23:28:17 +0000 (23:28 +0000)]
add API to TpChat to ack all pending messages in one go

14 years agodispatcher_connection_new_requested_channel: fix a use-after-free crash
Guillaume Desmottes [Tue, 16 Feb 2010 11:53:41 +0000 (11:53 +0000)]
dispatcher_connection_new_requested_channel: fix a use-after-free crash

If an error occurs when requesting the channel, we call
dispatcher_request_failed which as the side effect of destroying the
DispatcherRequestData. When calling dispatcher_flush_outstanding_operations
we used to deference this pointer.
Fixes this crash by using the "self" pointer instead and reffing it to be sure
it stays valid.

14 years agoAlways use "Apply" button if we are not connected or editing an account
Guillaume Desmottes [Mon, 15 Feb 2010 15:58:15 +0000 (15:58 +0000)]
Always use "Apply" button if we are not connected or editing an account

For some reason we mixed up the "Apply" and "Save" button. "Apply" is clearer
as hitting it as the side effect of reconnecting the account.

14 years agoaccount-widget: don't display "Log in" button if we are modyfing an account
Guillaume Desmottes [Mon, 15 Feb 2010 15:46:19 +0000 (15:46 +0000)]
account-widget: don't display "Log in" button if we are modyfing an account

Either the account is enabled and saving will reconnect, either it's not and
that won't connect it.

14 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 15 Feb 2010 17:40:29 +0000 (18:40 +0100)]
Updated Slovenian translation

14 years agoUpdated Spanish translation
Jorge González [Mon, 15 Feb 2010 17:04:59 +0000 (18:04 +0100)]
Updated Spanish translation

14 years agoaccounts-dialog: block the selection 'changed' signal while removing a row
Guillaume Desmottes [Mon, 15 Feb 2010 13:28:20 +0000 (13:28 +0000)]
accounts-dialog: block the selection 'changed' signal while removing a row

There is no need to call accounts_dialog_model_selection_changed while removing
as we are going to call accounts_dialog_model_select_first right after which
will update the selection.

This has the nice side effect of letting the "remove" button sensitive after
the account has been removed. The callback used to be called recursively twice:
once during the removal of the row and once when calling
accounts_dialog_model_select_first in accounts_dialog_update_settings.
As accounts_dialog_model_selection_changed is checking if a row is selected
*before* calling accounts_dialog_update_settings, the button was unsensitived
at the end of the first call of the callback. (#609575)

14 years agoRemove workaround for wrong drag behaviour
Sjoerd Simons [Sun, 14 Feb 2010 20:57:07 +0000 (20:57 +0000)]
Remove workaround for wrong drag behaviour

Revert "chat_window_create_label: ref the widgets stored as data so
we are sure they stay alive when doing DnD"

This is not needed anymore as we handle dragging correctly now

This reverts commit 183fa2e8a94d94a7098120fc43cde9ad83869de6.

14 years agoMake the ChatWindow handle dropping items itself
Sjoerd Simons [Mon, 15 Feb 2010 12:05:09 +0000 (12:05 +0000)]
Make the ChatWindow handle dropping items itself

Both GtkNotebook and EmpathChatWindow take action when drag-data-received is
signalled (moving the tab or adding a contact). Drag data is received after the
program has asked for it, usually when a drop occurs. Now this can be done in
two ways 0) Handle the drop signal yourself and call gtk_drag_get_data yourself
or 1) set GTK_DEST_DEFAULT_DROP and let gtk call it for you.

GtkNotebook takes option 0, EmpathyChatWindow decided to use option 1.. This
causes all kind of strange issues as the drag data is now requested twice and
thus the signal handlers are called twice causing all kinds of fun issues
(trying to move a tab that's already moved etc).

Change the drag dest flags to GTK_DEST_DEFAULT_HIGHLIGHT which provides some
extra visual clues but is other harmless and handle drops directly. Also remove
some cases where ChatWindow meddles with tab dragging as GtkNotebook will
handle these for us

14 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Mon, 15 Feb 2010 06:19:43 +0000 (13:19 +0700)]
Updated Thai translation.

14 years agoUpdated Galician Translation
Fran Diéguez [Mon, 15 Feb 2010 13:45:44 +0000 (14:45 +0100)]
Updated Galician Translation

14 years agoUpdated Spanish translation
Jorge González [Mon, 15 Feb 2010 12:16:08 +0000 (13:16 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Mon, 15 Feb 2010 12:15:27 +0000 (13:15 +0100)]
Updated Spanish translation

14 years agoMerge commit 'wjt/all'
Guillaume Desmottes [Mon, 15 Feb 2010 11:25:21 +0000 (11:25 +0000)]
Merge commit 'wjt/all'

14 years agoUpdated Spanish translation
Jorge González [Mon, 15 Feb 2010 11:14:47 +0000 (12:14 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Mon, 15 Feb 2010 10:49:12 +0000 (11:49 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Mon, 15 Feb 2010 10:40:10 +0000 (11:40 +0100)]
Updated Spanish translation

14 years ago[help] Updated help against new upcoming version
Milo Casagrande [Sun, 14 Feb 2010 21:48:42 +0000 (22:48 +0100)]
[help] Updated help against new upcoming version
* Added logo to the front page
* Added a new small topic on the /help IRC command
* Added license page and license reference to all pages
* Added some links group
* Fixed validity errors
* Removed legal.xml
* Updated Makefile

14 years agoUpdated Spanish translation
Jorge González [Sun, 14 Feb 2010 19:44:09 +0000 (20:44 +0100)]
Updated Spanish translation

14 years agoUpdate Romanian translation
Lucian Adrian Grijincu [Sun, 14 Feb 2010 13:04:19 +0000 (15:04 +0200)]
Update Romanian translation

14 years agoDon't reinvent g_slist_foreach
Sjoerd Simons [Sat, 13 Feb 2010 16:44:39 +0000 (16:44 +0000)]
Don't reinvent g_slist_foreach

14 years agoOnly act when the account got a connection
Sjoerd Simons [Sat, 13 Feb 2010 16:43:35 +0000 (16:43 +0000)]
Only act when the account got a connection

14 years agoDon't crash when switching to a tab with no TpChat
Will Thompson [Sat, 13 Feb 2010 16:10:53 +0000 (16:10 +0000)]
Don't crash when switching to a tab with no TpChat

Fixes: #609843
14 years agoUpdate the FSF's mailing address in the new control center files.
Travis Reitter [Fri, 12 Feb 2010 16:11:13 +0000 (08:11 -0800)]
Update the FSF's mailing address in the new control center files.

14 years agoEnsure "All" is at the top of account selector.
Will Thompson [Fri, 12 Feb 2010 13:34:59 +0000 (13:34 +0000)]
Ensure "All" is at the top of account selector.

Fixes: #609737
14 years agoupdate data/.gitignore
Guillaume Desmottes [Fri, 12 Feb 2010 11:42:08 +0000 (11:42 +0000)]
update data/.gitignore

14 years agoupdate POTFILES.{in,skip}
Guillaume Desmottes [Fri, 12 Feb 2010 11:42:00 +0000 (11:42 +0000)]
update POTFILES.{in,skip}

14 years agoUpdated Slovenian translation
Matej Urbančič [Fri, 12 Feb 2010 12:00:55 +0000 (13:00 +0100)]
Updated Slovenian translation

14 years agoRemove weird maybe-null account special case.
Will Thompson [Fri, 12 Feb 2010 11:44:12 +0000 (11:44 +0000)]
Remove weird maybe-null account special case.

I'm pretty sure this is unnecessary. Consider the four cases:

     value of data->account |   0   |   x        |
     value of       account | 0 | y | 0 |   y    |
a. data->account == NULL    | t | f | t |   f    |
b.       account == NULL    | t | t | f |   f    |
c.             a != b       | f | t | t |   f    |
d. data->account == account | t | f | f | x == y |
e.                    equal | t | f | f | x == y |

In all cases, the value of equal is identical to what it would have been
if the else branch were always taken. So... let's just always take the
else branch.

14 years agoPort Moblin widgets to Mx
Danielle Madeley [Fri, 12 Feb 2010 01:15:47 +0000 (12:15 +1100)]
Port Moblin widgets to Mx

14 years agoUpdated Galician Translation
Fran Diéguez [Fri, 12 Feb 2010 09:22:34 +0000 (10:22 +0100)]
Updated Galician Translation

14 years agoUpdated Spanish translation
Jorge González [Fri, 12 Feb 2010 07:14:24 +0000 (08:14 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Fri, 12 Feb 2010 07:14:09 +0000 (08:14 +0100)]
Updated Spanish translation

14 years agoempathy-accounts-dialog: Prepend BIN_DIR to the binary name
Danielle Madeley [Fri, 12 Feb 2010 02:04:20 +0000 (13:04 +1100)]
empathy-accounts-dialog: Prepend BIN_DIR to the binary name

14 years agoSeparate the accounts dialog into its own program which works with the Gnome preferen...
Travis Reitter [Thu, 11 Feb 2010 23:09:32 +0000 (15:09 -0800)]
Separate the accounts dialog into its own program which works with the Gnome preferences and control center.

Where available, this also supports embedding the preferences dialog in the
"extensible-shell" control center (currently in development, but likely to be
mainlined soon).

14 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Thu, 11 Feb 2010 22:08:41 +0000 (06:08 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

14 years agoRephrase the helper text and change "Login ID" to "Username"
Guillaume Desmottes [Thu, 11 Feb 2010 17:14:56 +0000 (17:14 +0000)]
Rephrase the helper text and change "Login ID" to "Username"

Thanks to Nick Richards for his suggestions.

14 years agoembold the part of the Facebook URL showing the ID to make it clearer
Guillaume Desmottes [Thu, 11 Feb 2010 16:38:37 +0000 (16:38 +0000)]
embold the part of the Facebook URL showing the ID to make it clearer

14 years agoadd a simple version of the Facebook widget
Guillaume Desmottes [Thu, 11 Feb 2010 15:47:53 +0000 (15:47 +0000)]
add a simple version of the Facebook widget

14 years agoImprove default display name for Facebook accounts
Guillaume Desmottes [Thu, 11 Feb 2010 15:27:36 +0000 (15:27 +0000)]
Improve default display name for Facebook accounts

14 years agoadd the '@chat.facebook.com' suffix to account but dont't display it in the widget
Guillaume Desmottes [Thu, 11 Feb 2010 15:17:03 +0000 (15:17 +0000)]
add the '@chat.facebook.com' suffix to account but dont't display it in the widget

Fixes bug #573194

14 years agoassistant: filter out facebook from the new account page
Guillaume Desmottes [Thu, 11 Feb 2010 14:26:36 +0000 (14:26 +0000)]
assistant: filter out facebook from the new account page

14 years agoHelp user to understand what Facebook alias are and how to set it
Guillaume Desmottes [Thu, 11 Feb 2010 12:46:14 +0000 (12:46 +0000)]
Help user to understand what Facebook alias are and how to set it

14 years agohide the advanced options for Facebook accounts
Guillaume Desmottes [Thu, 11 Feb 2010 12:41:47 +0000 (12:41 +0000)]
hide the advanced options for Facebook accounts

14 years agodon't display the register options for Facebook accounts
Guillaume Desmottes [Thu, 11 Feb 2010 12:39:09 +0000 (12:39 +0000)]
don't display the register options for Facebook accounts

14 years agoaccount-widget: display facebook example label
Guillaume Desmottes [Thu, 11 Feb 2010 12:35:53 +0000 (12:35 +0000)]
account-widget: display facebook example label

14 years agoadd is_facebook arg to empathy_protocol_chooser_dup_selected
Guillaume Desmottes [Thu, 11 Feb 2010 12:34:09 +0000 (12:34 +0000)]
add is_facebook arg to empathy_protocol_chooser_dup_selected

So the assistant and accounts dialog can special case facebook accounts.

14 years agoempathy-protocol-chooser: add a column saying if a row is a facebook account or not
Guillaume Desmottes [Thu, 11 Feb 2010 12:28:44 +0000 (12:28 +0000)]
empathy-protocol-chooser: add a column saying if a row is a facebook account or not

14 years agoadd example label for Facebook accounts
Guillaume Desmottes [Thu, 11 Feb 2010 12:01:14 +0000 (12:01 +0000)]
add example label for Facebook accounts

14 years agoaccount_widget_build_jabber: add few comments
Guillaume Desmottes [Thu, 11 Feb 2010 11:41:58 +0000 (11:41 +0000)]
account_widget_build_jabber: add few comments

14 years agoDrop Haze's facebook implementation
Guillaume Desmottes [Thu, 11 Feb 2010 10:57:16 +0000 (10:57 +0000)]
Drop Haze's facebook implementation

Everyone should use Gabble now.

14 years agoAdd facebook in protocol chooser for gabble CM.
Xavier Claessens [Wed, 10 Feb 2010 23:02:58 +0000 (00:02 +0100)]
Add facebook in protocol chooser for gabble CM.

14 years agoUpdated Galician Translation
Fran Diéguez [Thu, 11 Feb 2010 14:42:10 +0000 (15:42 +0100)]
Updated Galician Translation

14 years agofixed typo in help
Łukasz Jernaś [Thu, 11 Feb 2010 13:37:53 +0000 (14:37 +0100)]
fixed typo in help

14 years agoUpdated Slovenian translation
Matej Urbančič [Thu, 11 Feb 2010 14:00:07 +0000 (15:00 +0100)]
Updated Slovenian translation

14 years agodo_show_accounts_ui: don't unref the EmpathyConnectionManagers
Guillaume Desmottes [Thu, 11 Feb 2010 11:20:04 +0000 (11:20 +0000)]
do_show_accounts_ui: don't unref the EmpathyConnectionManagers

We already unref it once the async callback is done.

14 years agoUpdated Spanish translation
Jorge González [Thu, 11 Feb 2010 06:23:13 +0000 (07:23 +0100)]
Updated Spanish translation

14 years agoupdated Tamil translation
vasudeven [Thu, 11 Feb 2010 02:46:13 +0000 (08:16 +0530)]
updated Tamil translation

14 years agoupdated Tamil translation
vasudeven [Thu, 11 Feb 2010 02:45:19 +0000 (08:15 +0530)]
updated Tamil translation

14 years agoupdated Tamil translation
vasudeven [Thu, 11 Feb 2010 02:07:23 +0000 (07:37 +0530)]
updated Tamil translation

14 years agoupdated Tamil translation
vasudeven [Sat, 23 Jan 2010 23:55:58 +0000 (05:25 +0530)]
updated Tamil translation

14 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 10 Feb 2010 20:50:09 +0000 (21:50 +0100)]
Updated Norwegian bokmål translation

14 years agoMerge branch 'menu'
Xavier Claessens [Wed, 10 Feb 2010 19:14:43 +0000 (20:14 +0100)]
Merge branch 'menu'

14 years agoFix leaked GtkMenu
Xavier Claessens [Wed, 10 Feb 2010 17:51:53 +0000 (18:51 +0100)]
Fix leaked GtkMenu

GtkMenu is initially unowned, which means ref_count is 1 and floating flag is set.
gtk_menu_popup temporarily adds a ref, that will be dropped when the menu is popped
down. So once the menu is popped up, we call g_object_ref_sink() to clear the floating
flag, and g_object_unref() to drop the initial ref. Only the ref from gtk_menu_popup
stay, and the menu will be finalized when it is popped down.

Fixes bug #609567

14 years agoFix leaks, gtk_tree_model_get() returns a ref!
Xavier Claessens [Wed, 10 Feb 2010 19:00:34 +0000 (20:00 +0100)]
Fix leaks, gtk_tree_model_get() returns a ref!

COL_ACCOUNT_POINTER and COL_ACCOUNT_SETTINGS_POINTER are misleading,
they are not POINTER but OBJECT, so we have to unref them.

14 years agoFix creation of imported accounts (#609439)
Guillaume Desmottes [Wed, 10 Feb 2010 11:46:11 +0000 (11:46 +0000)]
Fix creation of imported accounts (#609439)

impl_signal_apply isn't called any more after the "import" page as this page
as a 'next' button now.
So we have to create the imported accounts when preparing the next page.

14 years agoassistant: store the ID of the current page
Guillaume Desmottes [Wed, 10 Feb 2010 11:37:38 +0000 (11:37 +0000)]
assistant: store the ID of the current page

This will make easier to know from which page we are coming in
impl_signal_prepare.

14 years agoaccounts-dialog: wrap label status in info bar
Guillaume Desmottes [Wed, 10 Feb 2010 13:55:00 +0000 (13:55 +0000)]
accounts-dialog: wrap label status in info bar

So the accounts doesn't become huge if user entered a ridiculously long
message (#609537).

14 years agoAdd icon for the 'mxit' protocol (#609519)
K.Vishnoo Charan Reddy [Wed, 10 Feb 2010 12:37:35 +0000 (12:37 +0000)]
Add icon for the 'mxit' protocol (#609519)

This icon won't be displayed while telepathy-haze won't have been released
with a patch renaming the "loubserp-mxit" protocol to "mxit".

14 years agoUse the 'phone' icon for the 'sms' protocol
Guillaume Desmottes [Wed, 10 Feb 2010 13:06:19 +0000 (13:06 +0000)]
Use the 'phone' icon for the 'sms' protocol

14 years agoUpdated Spanish translation
Jorge González [Wed, 10 Feb 2010 07:02:49 +0000 (08:02 +0100)]
Updated Spanish translation

14 years agoCreate the account even when user chooses to not create other one after
Guillaume Desmottes [Tue, 9 Feb 2010 16:56:40 +0000 (16:56 +0000)]
Create the account even when user chooses to not create other one after

As the account is not created in impl_signal_apply() any more, we have to be
smarter in impl_signal_prepare and call account_assistant_apply_account_and_finish in more cases.

That also means that account_assistant_account_enabled_cb doesn't have to
terminate the assistant if the salut account has not been created yet.

Fixes bug #609220.

14 years agoimpl_signal_apply: this function is not called after the create page any more
Guillaume Desmottes [Tue, 9 Feb 2010 16:45:43 +0000 (16:45 +0000)]
impl_signal_apply: this function is not called after the create page any more

The 'create account' page doesn't have a 'apply' button any more so this test
never succeeds any more.

14 years agoReplace SILC icon by one rendering better in 16x16 (#609352)
K.Vishnoo Charan Reddy [Tue, 9 Feb 2010 13:31:01 +0000 (13:31 +0000)]
Replace SILC icon by one rendering better in 16x16 (#609352)

14 years agoMerge branch 'zephyr'
Guillaume Desmottes [Tue, 9 Feb 2010 11:56:47 +0000 (11:56 +0000)]
Merge branch 'zephyr'

14 years agoAdd icon for the Zephyr protocol (#609343)
Guillaume Desmottes [Tue, 9 Feb 2010 11:49:56 +0000 (11:49 +0000)]
Add icon for the Zephyr protocol (#609343)

14 years agoDisable sound notifications for login/logout of contacts (#609319)
Frédéric Péters [Tue, 9 Feb 2010 11:44:08 +0000 (12:44 +0100)]
Disable sound notifications for login/logout of contacts (#609319)

14 years agoUpdated Spanish translation
Jorge González [Tue, 9 Feb 2010 07:21:34 +0000 (08:21 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Mon, 8 Feb 2010 23:22:27 +0000 (00:22 +0100)]
Updated Spanish translation