]> git.0d.be Git - empathy.git/log
empathy.git
12 years agoUpdate Simplified Chinese translation.
Aron Xu [Sun, 26 Jun 2011 09:47:51 +0000 (09:47 +0000)]
Update Simplified Chinese translation.

12 years ago[l10n] Updated German translation
Mario Blättermann [Sat, 25 Jun 2011 20:00:52 +0000 (22:00 +0200)]
[l10n] Updated German translation

12 years ago[i18n] Added missing file to POTFILES.in
Mario Blättermann [Fri, 24 Jun 2011 20:20:32 +0000 (22:20 +0200)]
[i18n] Added missing file to POTFILES.in

12 years ago[l10n] Updated Dutch translation
Hannie Dumoleyn [Fri, 24 Jun 2011 20:16:41 +0000 (22:16 +0200)]
[l10n] Updated Dutch translation

12 years agoMerge branch 'status-dialog'
Will Thompson [Fri, 24 Jun 2011 13:28:23 +0000 (14:28 +0100)]
Merge branch 'status-dialog'

Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
12 years agoPresetDialog: remove support for adding statuses entirely
Will Thompson [Fri, 24 Jun 2011 10:56:34 +0000 (11:56 +0100)]
PresetDialog: remove support for adding statuses entirely

We already have a way to do this, namely on the contact list itself. So
this dialog now becomes just a way to edit/remove the existing statuses.

The margins on the VBox are chosen to make its right-hand edge line up
exactly with the right-hand edge of the Close button in the dialog.

12 years agoPresetDialog: make status icon in entry non-activatable
Will Thompson [Fri, 24 Jun 2011 10:44:35 +0000 (11:44 +0100)]
PresetDialog: make status icon in entry non-activatable

It's not meaningfully activatable; this has the effect of making it not
glow on mouse-over, and preventing the cursor from changing from a caret
back to a pointer.

12 years agoPresetDialog: GNOME 3-ify the remove button
Will Thompson [Fri, 24 Jun 2011 10:09:28 +0000 (11:09 +0100)]
PresetDialog: GNOME 3-ify the remove button

Yum yum joined-toolbar!

12 years agoPresetDialog: Don't leak path when focusing freshly-created status
Will Thompson [Fri, 10 Jun 2011 20:15:35 +0000 (21:15 +0100)]
PresetDialog: Don't leak path when focusing freshly-created status

(This was not introduced by my changes.)

12 years agoPresetDialog: Select text cell of freshly-added status
Will Thompson [Fri, 10 Jun 2011 20:09:33 +0000 (21:09 +0100)]
PresetDialog: Select text cell of freshly-added status

This means you can just mash Enter to edit your mistake. It's more
useful than leaving the text entry focused. It also helps hide a bug
where the entry doesn't get cleared if you just start typing another
message. So previously, typing:

  Hello<Enter>Miaow<Enter>

would give you two statuses, "Hello" and "MiaowEnter Custom Message".

It didn't seem worth fixing this much more since Gtk+ 3.2 will probably
grow native support for placeholder text:
<https://bugzilla.gnome.org/show_bug.cgi?id=440963>

12 years agoPresetDialog: Allow >1 status to be removed at a time.
Will Thompson [Fri, 10 Jun 2011 19:56:35 +0000 (20:56 +0100)]
PresetDialog: Allow >1 status to be removed at a time.

This is pretty niche but we may as well. I want it sometimes. There's no
reason to disallow it, and it's not like it adds any significant
complexity.

12 years agoPresetDialog: Don't allow resizing status preset dialog
Will Thompson [Fri, 10 Jun 2011 19:51:20 +0000 (20:51 +0100)]
PresetDialog: Don't allow resizing status preset dialog

It's big enough.

12 years agoPresetDialog: make Add button less huge.
Will Thompson [Fri, 10 Jun 2011 19:18:59 +0000 (20:18 +0100)]
PresetDialog: make Add button less huge.

I tried and failed to make it the same size as the other two buttons, so
this will have to do.

12 years agoPresetDialog: make the window taller
Will Thompson [Fri, 10 Jun 2011 19:07:35 +0000 (20:07 +0100)]
PresetDialog: make the window taller

The element we really care about the size of is the list of statuses
past. So I moved the horizontal size request to that—the window has 6px
of padding or so, so this makes it pretty much exactly the same
width—and made the height request be in the golden ratio to it.

I'm probably unusual in having enough statuses to fill my laptop screen
vertically, but, subjectively, this makes the dialog look less stubby
even now I've removed them all to test.

https://bugzilla.gnome.org/show_bug.cgi?id=630943

12 years agoPresetDialog test: quit cleanly
Will Thompson [Fri, 10 Jun 2011 19:02:28 +0000 (20:02 +0100)]
PresetDialog test: quit cleanly

Previously one had to kill the process, but by just switching to
gtk_dialog_run() we get more functionality for less code. :D

12 years agoPresenceChooser: remove unused #define FLASH_TIMEOUT
Will Thompson [Fri, 10 Jun 2011 13:20:14 +0000 (14:20 +0100)]
PresenceChooser: remove unused #define FLASH_TIMEOUT

12 years agoAdd a empathy-streamed-media-window.ui file
Emilio Pozuelo Monfort [Thu, 23 Jun 2011 11:27:53 +0000 (12:27 +0100)]
Add a empathy-streamed-media-window.ui file

EmpathyCallWindow and EmpathyStreamedMediaWindow were sharing
the same .ui file, but they weren't both implementing everything
(right now StreamedMedia didn't handle the Dialpad menu item).

So add a empathy-streamed-media-window.ui from before new stuff
was added to empathy-call-window.ui.

12 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 23 Jun 2011 09:16:51 +0000 (11:16 +0200)]
Updated Spanish translation

12 years agoDon't try to access empathy_adium_info_* stuff when webkit support is disabled
Marc-Antoine Perennou [Wed, 22 Jun 2011 19:08:48 +0000 (21:08 +0200)]
Don't try to access empathy_adium_info_* stuff when webkit support is disabled

empathy-preferences.c:(.text+0x5dc): undefined reference to `empathy_adium_info_get_available_variants'
empathy-preferences.c:(.text+0x5e9): undefined reference to `empathy_adium_info_get_default_variant'

12 years agoDon't try to access adium theme when webkit support is disabled
Marc-Antoine Perennou [Wed, 22 Jun 2011 18:56:04 +0000 (20:56 +0200)]
Don't try to access adium theme when webkit support is disabled

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
12 years agoMerge branch 'history-misc'
Emilio Pozuelo Monfort [Thu, 23 Jun 2011 08:02:03 +0000 (09:02 +0100)]
Merge branch 'history-misc'

12 years agoLogWindow: display the user id in a tooltip in the Who pane
Emilio Pozuelo Monfort [Wed, 22 Jun 2011 15:05:40 +0000 (16:05 +0100)]
LogWindow: display the user id in a tooltip in the Who pane

https://bugzilla.gnome.org/show_bug.cgi?id=573652

12 years agoUpdated Slovenian translation
Matej Urbančič [Wed, 22 Jun 2011 19:13:25 +0000 (21:13 +0200)]
Updated Slovenian translation

12 years agoLogWindow: show "Chat with <MUC>" for MUCs
Emilio Pozuelo Monfort [Wed, 22 Jun 2011 14:30:55 +0000 (15:30 +0100)]
LogWindow: show "Chat with <MUC>" for MUCs

Instead of "Chat with <someone>", which is confusing as there
may be (and most likely there are) many people in the room.

https://bugzilla.gnome.org/show_bug.cgi?id=653175

12 years agoUse tp-glib password API (#651055)
Guillaume Desmottes [Wed, 25 May 2011 12:23:50 +0000 (14:23 +0200)]
Use tp-glib password API (#651055)

12 years agouse tp_channel_dispatch_operation_close_channels_async() when rejecting server auth...
Guillaume Desmottes [Mon, 30 May 2011 13:36:36 +0000 (15:36 +0200)]
use tp_channel_dispatch_operation_close_channels_async() when rejecting server auth channels

We can't use it for other channel types as the EmpathyTp* object is doing some
extra work.

12 years agocall-observer: use tp_channel_dispatch_operation_leave_channels_async() (#651473)
Guillaume Desmottes [Mon, 30 May 2011 13:25:36 +0000 (15:25 +0200)]
call-observer: use tp_channel_dispatch_operation_leave_channels_async() (#651473)

We now return from Observe() right after having called Claim(). That's what
the spec suggests and not doing so would break Claim() which can't return
while Observer didn't return from Observe.

12 years agodepend on tp-glib 0.15.2
Guillaume Desmottes [Wed, 22 Jun 2011 07:10:58 +0000 (09:10 +0200)]
depend on tp-glib 0.15.2

We need it for the high level password API and
tp_channel_dispatch_operation_close_channels_async().

12 years agoUpdated Galician translations
Fran Diéguez [Tue, 21 Jun 2011 12:02:04 +0000 (14:02 +0200)]
Updated Galician translations

12 years agoMerge branch 'unread-653090'
Guillaume Desmottes [Tue, 21 Jun 2011 11:55:54 +0000 (13:55 +0200)]
Merge branch 'unread-653090'

12 years agoMerge branch 'history-ui'
Emilio Pozuelo Monfort [Tue, 21 Jun 2011 11:52:47 +0000 (12:52 +0100)]
Merge branch 'history-ui'

12 years agoempathy-chat: properly count unread messages when the connection goes away (#653090)
Guillaume Desmottes [Tue, 21 Jun 2011 11:45:14 +0000 (13:45 +0200)]
empathy-chat: properly count unread messages when the connection goes away (#653090)

12 years agoLogWindow: also show the spinner and expand the chats for searches
Emilio Pozuelo Monfort [Tue, 21 Jun 2011 11:27:58 +0000 (12:27 +0100)]
LogWindow: also show the spinner and expand the chats for searches

12 years agoLogWindow: allow to start actions from an event row
Emilio Pozuelo Monfort [Tue, 21 Jun 2011 09:47:41 +0000 (10:47 +0100)]
LogWindow: allow to start actions from an event row

If we don't know the contact by looking at the 'Who' pane (because
e.g. there are many selected or it has 'Anyone'), look at the
selected row (if any) in the events pane to determine the contact.

https://bugzilla.gnome.org/show_bug.cgi?id=652278

12 years agoLogWindow: expand the events when there's only one
Emilio Pozuelo Monfort [Mon, 20 Jun 2011 17:44:18 +0000 (18:44 +0100)]
LogWindow: expand the events when there's only one

https://bugzilla.gnome.org/show_bug.cgi?id=652265

12 years agoLogWindow: improve loading spinner
Emilio Pozuelo Monfort [Mon, 20 Jun 2011 17:34:46 +0000 (18:34 +0100)]
LogWindow: improve loading spinner

https://bugzilla.gnome.org/show_bug.cgi?id=652279

12 years agoLogWindow: highlight the searched text
Emilio Pozuelo Monfort [Mon, 20 Jun 2011 16:38:32 +0000 (17:38 +0100)]
LogWindow: highlight the searched text

https://bugzilla.gnome.org/show_bug.cgi?id=652522

12 years agoEmpathySearchBar: inherit from a GtkBox instead of a GtkBin
Guillaume Desmottes [Tue, 21 Jun 2011 10:01:47 +0000 (12:01 +0200)]
EmpathySearchBar: inherit from a GtkBox instead of a GtkBin

12 years agoEmpathyIndividualLinker: inherit from a GtkBox instead of a GtkBin
Guillaume Desmottes [Tue, 21 Jun 2011 09:50:34 +0000 (11:50 +0200)]
EmpathyIndividualLinker: inherit from a GtkBox instead of a GtkBin

12 years agoEmpathyChat: inherit from a GtkBox instead of a GtkBin
Guillaume Desmottes [Tue, 21 Jun 2011 09:19:00 +0000 (11:19 +0200)]
EmpathyChat: inherit from a GtkBox instead of a GtkBin

This allows us to get rid of the size_allocate method.

12 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 20 Jun 2011 18:22:57 +0000 (20:22 +0200)]
Updated Slovenian translation

12 years agoUpdated Spanish translation
Jorge González [Mon, 20 Jun 2011 17:43:45 +0000 (19:43 +0200)]
Updated Spanish translation

12 years agoLogWindow: Add a border between the three search panes
Emilio Pozuelo Monfort [Mon, 20 Jun 2011 15:13:26 +0000 (16:13 +0100)]
LogWindow: Add a border between the three search panes

12 years agoindividual-widget: use tp_g_signal_connect_object to connect the notify::contact...
Guillaume Desmottes [Mon, 20 Jun 2011 13:38:38 +0000 (15:38 +0200)]
individual-widget: use tp_g_signal_connect_object to connect the notify::contact-info signal (#652496)

12 years agochatroom: don't leak the subject
Guillaume Desmottes [Mon, 20 Jun 2011 11:26:55 +0000 (13:26 +0200)]
chatroom: don't leak the subject

12 years agoMerge branch 'message-editing-rebase'
Danielle Madeley [Mon, 20 Jun 2011 10:06:48 +0000 (11:06 +0100)]
Merge branch 'message-editing-rebase'

12 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Sun, 19 Jun 2011 15:37:19 +0000 (17:37 +0200)]
Updated Norwegian bokmål translation.

12 years agoUpdated Spanish translation
Daniel Mustieles [Sun, 19 Jun 2011 09:50:41 +0000 (11:50 +0200)]
Updated Spanish translation

12 years agoUpdated Slovenian translation
Matej Urbančič [Thu, 16 Jun 2011 16:06:26 +0000 (18:06 +0200)]
Updated Slovenian translation

12 years agogeocode_cb: actually destroy the resolved hash table, not the GAsyncResult result...
Guillaume Desmottes [Thu, 16 Jun 2011 11:57:38 +0000 (12:57 +0100)]
geocode_cb: actually destroy the resolved hash table, not the GAsyncResult result...

12 years agocope with geocode_object_new_for_params returning NULL
Guillaume Desmottes [Thu, 16 Jun 2011 11:45:35 +0000 (12:45 +0100)]
cope with geocode_object_new_for_params returning NULL

12 years agoCorrections in Telugu file
krishnababu k [Wed, 15 Jun 2011 15:00:34 +0000 (20:30 +0530)]
Corrections in Telugu file

12 years agoMerge branch 'accounts-dialog-attractive'
Danielle Madeley [Wed, 15 Jun 2011 10:00:33 +0000 (11:00 +0100)]
Merge branch 'accounts-dialog-attractive'

12 years agoMake the accounts-dialog attractive and GNOME3ish
Danielle Madeley [Wed, 15 Jun 2011 09:25:42 +0000 (10:25 +0100)]
Make the accounts-dialog attractive and GNOME3ish

12 years agoUpdated Telugu Translations done by Praveen Illa
krishnababu k [Wed, 15 Jun 2011 09:52:09 +0000 (15:22 +0530)]
Updated Telugu Translations done by Praveen Illa

12 years agoUpdate telepathy-yell submodule
Emilio Pozuelo Monfort [Wed, 15 Jun 2011 08:30:59 +0000 (09:30 +0100)]
Update telepathy-yell submodule

12 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 14 Jun 2011 16:35:05 +0000 (18:35 +0200)]
Updated Slovenian translation

12 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 14 Jun 2011 16:21:34 +0000 (18:21 +0200)]
Updated Slovenian translation

12 years agoremove released flag
Guillaume Desmottes [Tue, 14 Jun 2011 09:39:30 +0000 (10:39 +0100)]
remove released flag

12 years agoprepare 3.1.2.1
Guillaume Desmottes [Tue, 14 Jun 2011 09:20:17 +0000 (10:20 +0100)]
prepare 3.1.2.1

12 years agoAdd autogenerated marshal files to .gitignore
Emilio Pozuelo Monfort [Tue, 14 Jun 2011 08:47:39 +0000 (09:47 +0100)]
Add autogenerated marshal files to .gitignore

12 years agoAdd a translator comment.
Emilio Pozuelo Monfort [Mon, 13 Jun 2011 07:21:52 +0000 (08:21 +0100)]
Add a translator comment.

https://bugzilla.gnome.org/show_bug.cgi?id=652345

12 years agoRequire telepathy-logger 0.2.10
Emilio Pozuelo Monfort [Mon, 13 Jun 2011 07:20:28 +0000 (08:20 +0100)]
Require telepathy-logger 0.2.10

As it fixes a crash that affects the new history window.

12 years agoOnly decrement unread_messages if it's not an edited message
Danielle Madeley [Mon, 13 Jun 2011 16:00:06 +0000 (17:00 +0100)]
Only decrement unread_messages if it's not an edited message

Prevents ending up with message counts of -1

12 years agoUse an enum instead of the value type to determine what kind of object it is
Danielle Madeley [Mon, 13 Jun 2011 15:47:16 +0000 (16:47 +0100)]
Use an enum instead of the value type to determine what kind of object it is

12 years agoBump to released TPL version 0.2.10
Danielle Madeley [Fri, 27 May 2011 01:38:31 +0000 (11:38 +1000)]
Bump to released TPL version 0.2.10

12 years agoUpdate for new TPL API, we now get timestamp and edit_timestamp
Danielle Madeley [Fri, 27 May 2011 00:31:57 +0000 (10:31 +1000)]
Update for new TPL API, we now get timestamp and edit_timestamp

This makes it backwards to what we get in Telepathy, but we can manage by
translating it into the Telepathy form.

12 years agoReset the chat state after receiving an edited message
Danielle Madeley [Wed, 25 May 2011 07:13:52 +0000 (17:13 +1000)]
Reset the chat state after receiving an edited message

12 years agoReplace tpl_text_event_dup_supersedes() with synthetic message
Danielle Madeley [Wed, 25 May 2011 07:10:12 +0000 (17:10 +1000)]
Replace tpl_text_event_dup_supersedes() with synthetic message

This allows us to handle the case where we get b-supersedes-a, but we've lost
the original message a.

12 years agoAdd 'original-timestamp' to EmpathyMessage
Danielle Madeley [Thu, 26 May 2011 02:18:36 +0000 (12:18 +1000)]
Add 'original-timestamp' to EmpathyMessage

12 years agoSet the edited icon for edited messages in the log viewer
Danielle Madeley [Fri, 20 May 2011 05:38:06 +0000 (15:38 +1000)]
Set the edited icon for edited messages in the log viewer

12 years agoGet the original message from the logger so we can supersede it
Danielle Madeley [Fri, 20 May 2011 05:25:58 +0000 (15:25 +1000)]
Get the original message from the logger so we can supersede it

Strictly, we don't need to do this, we could just use the supersedes-token
as the message-token and we'd still be able to edit the messages in the future,
but this way we get the nice pretty annotation saying that we edited it and
when.

12 years agoSet 'token' and 'supersedes' for events from the logger
Danielle Madeley [Fri, 20 May 2011 05:25:46 +0000 (15:25 +1000)]
Set 'token' and 'supersedes' for events from the logger

12 years agoAdd an icon to edited messages
Danielle Madeley [Fri, 20 May 2011 03:02:45 +0000 (13:02 +1000)]
Add an icon to edited messages

Currently this is using "format-text-direction-ltr" which is a crappy choice.
We should ask for a better icon. Also, this should really be implemented as
a class, so that the icon can change with the theme. Or be made part of the
Adium theme, or something. Basically this is kludgey.

12 years agoAdd a tooltip saying when the message was edited
Danielle Madeley [Fri, 20 May 2011 03:02:22 +0000 (13:02 +1000)]
Add a tooltip saying when the message was edited

12 years ago[theme-adium] implement edit_message()
Danielle Madeley [Wed, 18 May 2011 06:04:26 +0000 (16:04 +1000)]
[theme-adium] implement edit_message()

This is done via DOM manipulation, we find the id for the <span> tag we
wrapped the message in in the previous commit. We then replace the innerHTML
with the new message.

This requires a version of WebKitGtk 1.3.x, but I'm not precisely sure what. I
used WebKitGtk 1.4.0, but natty only has 1.3.13, so we'll try setting that as
the dep.

Need to somehow mark a message as edited. Could set a class on it, but that
requires support in the theme. Need inspiration here.

12 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 13 Jun 2011 15:51:28 +0000 (17:51 +0200)]
Updated Slovenian translation

12 years ago[theme-adium] wrap the messages in <span id=...> so we can find them again
Danielle Madeley [Wed, 18 May 2011 05:57:55 +0000 (15:57 +1000)]
[theme-adium] wrap the messages in <span id=...> so we can find them again

This will enable our DOM manipulation

12 years agoPass edited messages through to the ChatView
Danielle Madeley [Wed, 18 May 2011 05:56:40 +0000 (15:56 +1000)]
Pass edited messages through to the ChatView

12 years agoAdd edit_message() method to ChatView iface
Danielle Madeley [Wed, 18 May 2011 02:52:29 +0000 (12:52 +1000)]
Add edit_message() method to ChatView iface

12 years agoAdd 'supersedes' property to EmpathyMessage
Danielle Madeley [Fri, 20 May 2011 01:34:31 +0000 (11:34 +1000)]
Add 'supersedes' property to EmpathyMessage

It would be nice to remove EmpathyMessage, because now that TpMessages are a
GObject, EmpathyMessage is just an empty abstraction layer that we have to
keep punching through.

12 years agoAdd 'token' property to EmpathyMessage
Danielle Madeley [Wed, 18 May 2011 02:51:43 +0000 (12:51 +1000)]
Add 'token' property to EmpathyMessage

This allows us to pass the 'message-token' from the TpMessage through to the
chat-view.

12 years agoAdded UG translation
Abduxukur Abdurixit [Sat, 11 Jun 2011 21:39:11 +0000 (23:39 +0200)]
Added UG translation

12 years agoUpdated Spanish translation
Jorge González [Sat, 11 Jun 2011 10:08:38 +0000 (12:08 +0200)]
Updated Spanish translation

12 years agoUpdated Galician translations
Fran Diéguez [Fri, 10 Jun 2011 23:59:48 +0000 (01:59 +0200)]
Updated Galician translations

12 years agoremove released flag
Guillaume Desmottes [Fri, 10 Jun 2011 13:42:14 +0000 (15:42 +0200)]
remove released flag

12 years agoadd Chat_Manager.xml to EXTRA_DIST
Guillaume Desmottes [Fri, 10 Jun 2011 13:34:49 +0000 (15:34 +0200)]
add Chat_Manager.xml to EXTRA_DIST

12 years agoPrepare 3.1.2
Guillaume Desmottes [Fri, 10 Jun 2011 12:49:30 +0000 (14:49 +0200)]
Prepare 3.1.2

12 years agoCope with tpl_event_get_receiver() returning NULL
Emilio Pozuelo Monfort [Fri, 10 Jun 2011 11:47:56 +0000 (12:47 +0100)]
Cope with tpl_event_get_receiver() returning NULL

12 years agoRationalize use of EMPATHY_IMAGE_CALL_* images (#652270)
Guillaume Desmottes [Fri, 10 Jun 2011 10:39:42 +0000 (12:39 +0200)]
Rationalize use of EMPATHY_IMAGE_CALL_* images (#652270)

We now always use call-start for incoming and outgoing calls and call-stop for
missed ones. Ideally it would be cool to have different icons for incoming and
outgoing but that will do for now.

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 10 Jun 2011 09:53:10 +0000 (12:53 +0300)]
Updated Hebrew translation.

12 years agoMerge branch 'new-log-window'
Emilio Pozuelo Monfort [Fri, 10 Jun 2011 08:32:28 +0000 (09:32 +0100)]
Merge branch 'new-log-window'

12 years agoDon't unref NULL pointers
Emilio Pozuelo Monfort [Thu, 9 Jun 2011 15:52:05 +0000 (16:52 +0100)]
Don't unref NULL pointers

log_window_got_messages_for_date_cb() can return NULL for
unknown event types, so don't unref the result in those
cases.

12 years agoDon't require telepathy-logger with --enable-call
Emilio Pozuelo Monfort [Thu, 9 Jun 2011 15:50:34 +0000 (16:50 +0100)]
Don't require telepathy-logger with --enable-call

Having it is required for displaying call events in the
history window though.

12 years agoempathy_contact_from_tpl_contact: check the accounts match
Emilio Pozuelo Monfort [Thu, 9 Jun 2011 13:57:14 +0000 (14:57 +0100)]
empathy_contact_from_tpl_contact: check the accounts match

Two contacts may not be the same if only their ids match, so
also check the accounts.

This was causing us to return the same contact from another
account, which would cause "is-user" to not be properly set,
confusing the log viewer.

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 10 Jun 2011 05:07:52 +0000 (08:07 +0300)]
Updated Hebrew translation.

12 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 9 Jun 2011 20:37:56 +0000 (22:37 +0200)]
Updated Spanish translation

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Thu, 9 Jun 2011 11:49:54 +0000 (13:49 +0200)]
Updated Norwegian bokmål translation

12 years agoUpdate empathy-log-window.ui for GTK+ 3
Emilio Pozuelo Monfort [Thu, 9 Jun 2011 11:49:12 +0000 (12:49 +0100)]
Update empathy-log-window.ui for GTK+ 3

12 years agoFix typo
Emilio Pozuelo Monfort [Thu, 9 Jun 2011 11:05:45 +0000 (12:05 +0100)]
Fix typo