]> git.0d.be Git - empathy.git/log
empathy.git
14 years agoMerge commit 'staz/dnd'
Guillaume Desmottes [Mon, 15 Mar 2010 17:03:25 +0000 (18:03 +0100)]
Merge commit 'staz/dnd'

14 years agoDnD: add a text/path-list target to contact list windows too
Olivier Le Thanh Duong [Mon, 15 Mar 2010 16:47:00 +0000 (17:47 +0100)]
DnD: add a text/path-list target to contact list windows too

14 years agoDnD: add a new text/path-list target in chat window
Olivier Le Thanh Duong [Thu, 4 Mar 2010 23:45:01 +0000 (00:45 +0100)]
DnD: add a new text/path-list target in chat window

add a new text/path-list drop target to the chat window, it act like
the text/uri-list target but is prioritized over it. This is mainly to
circumvent Tomboy returning note:// uri in its uri-list.

14 years agoUpdated Polish translation
Piotr Drąg [Mon, 15 Mar 2010 16:19:28 +0000 (17:19 +0100)]
Updated Polish translation

14 years agoempathy_window_present: use _NET_WM_USER_TIME only has a fallback
Guillaume Desmottes [Thu, 11 Mar 2010 13:52:59 +0000 (14:52 +0100)]
empathy_window_present: use _NET_WM_USER_TIME only has a fallback

14 years agoempathy_window_present: use gdk_x11_display_get_user_time as timestamp
Guillaume Desmottes [Thu, 11 Mar 2010 13:32:57 +0000 (14:32 +0100)]
empathy_window_present: use gdk_x11_display_get_user_time as timestamp

Using G_MAXINT32 is wrong because X clock wraps every few weeks so G_MAXINT32
is not garanteed to be in the past or future.
Using gdk_x11_display_get_user_time should give us a good approximation of the
actual time.

Fixes bug #609001.

14 years agoempathy_window_present: remove useless 'steal_focus' arg
Guillaume Desmottes [Thu, 11 Mar 2010 09:35:25 +0000 (10:35 +0100)]
empathy_window_present: remove useless 'steal_focus' arg

14 years agomain_window_chat_quit_cb: release the reference on the chatroom mgr
Guillaume Desmottes [Tue, 2 Mar 2010 17:09:41 +0000 (18:09 +0100)]
main_window_chat_quit_cb: release the reference on the chatroom mgr

14 years agocall-window: display the 'audio input' page by default (#612450)
Guillaume Desmottes [Thu, 11 Mar 2010 11:34:16 +0000 (12:34 +0100)]
call-window: display the 'audio input' page by default (#612450)

14 years agoidle: Only restore state but not status message when getting back from idle (#566832)
Brian Curtis [Mon, 15 Mar 2010 12:47:51 +0000 (13:47 +0100)]
idle: Only restore state but not status message when getting back from idle (#566832)

14 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 15 Mar 2010 11:41:54 +0000 (12:41 +0100)]
Updated Slovenian translation

14 years agoadd COPYING-DOCS, COPYING.LGPL and COPYING.SHARE-ALIKE to EXTRA_DIST so they are...
Guillaume Desmottes [Mon, 15 Mar 2010 11:18:11 +0000 (12:18 +0100)]
add COPYING-DOCS, COPYING.LGPL and COPYING.SHARE-ALIKE to EXTRA_DIST so they are shipped in tarballs

Also sort EXTRA_DIST.

14 years agoreturn correct value in g_return_val_if_fail
Guillaume Desmottes [Mon, 15 Mar 2010 09:29:08 +0000 (10:29 +0100)]
return correct value in g_return_val_if_fail

14 years agocontact-selector-dialog: unref filter_account when disposing
Guillaume Desmottes [Mon, 15 Mar 2010 09:25:42 +0000 (10:25 +0100)]
contact-selector-dialog: unref filter_account when disposing

14 years agocontact_selector_dialog_account_changed_cb: cope with tp_account_get_connection being...
Guillaume Desmottes [Mon, 15 Mar 2010 09:24:14 +0000 (10:24 +0100)]
contact_selector_dialog_account_changed_cb: cope with tp_account_get_connection being NULL

14 years agoinvite-participant-dialog: filter contacts by account
Guillaume Desmottes [Fri, 12 Mar 2010 17:06:10 +0000 (18:06 +0100)]
invite-participant-dialog: filter contacts by account

We can't invite contacts from other accounts so we shouldn't display them
(#612718).

14 years agocontact-selector-dialog: Add a property to filter contacts by account
Guillaume Desmottes [Fri, 12 Mar 2010 17:18:58 +0000 (18:18 +0100)]
contact-selector-dialog: Add a property to filter contacts by account

This is useful when the account chooser is not displayed to filter contacts
from one specific account.

14 years agocontact_widget_contact_update: don't call contact_widget_favourites_changed_cb if...
Guillaume Desmottes [Wed, 10 Mar 2010 13:25:49 +0000 (14:25 +0100)]
contact_widget_contact_update: don't call contact_widget_favourites_changed_cb if favorite support is disabled

14 years agoAllow to unmark contacts as favorite using DnD
Guillaume Desmottes [Wed, 10 Mar 2010 13:19:58 +0000 (14:19 +0100)]
Allow to unmark contacts as favorite using DnD

14 years agoAllow to remove contact from the 'Ungrouped' group using DnD
Guillaume Desmottes [Wed, 10 Mar 2010 13:19:25 +0000 (14:19 +0100)]
Allow to remove contact from the 'Ungrouped' group using DnD

14 years agofactor out group_can_be_modified
Guillaume Desmottes [Wed, 10 Mar 2010 12:49:42 +0000 (13:49 +0100)]
factor out group_can_be_modified

14 years agoSupport to tag contact as favorite using DnD
Guillaume Desmottes [Wed, 10 Mar 2010 12:26:50 +0000 (13:26 +0100)]
Support to tag contact as favorite using DnD

14 years agoDon't allow moving contacts to fake groups using DnD
Guillaume Desmottes [Wed, 10 Mar 2010 09:21:32 +0000 (10:21 +0100)]
Don't allow moving contacts to fake groups using DnD

Fake groups can't be modified.

14 years agoadd 'favorite' checkbox to the edit dialog
Guillaume Desmottes [Wed, 10 Mar 2010 09:05:50 +0000 (10:05 +0100)]
add 'favorite' checkbox to the edit dialog

14 years agoremove double ;
Guillaume Desmottes [Wed, 10 Mar 2010 08:00:34 +0000 (09:00 +0100)]
remove double ;

14 years agorephrase fake favorite group display name
Guillaume Desmottes [Wed, 10 Mar 2010 07:59:29 +0000 (08:59 +0100)]
rephrase fake favorite group display name

14 years agostop exporting FAVOURITE_CONTACTS_CFLAGS and FAVOURITE_CONTACTS_LIBS
Guillaume Desmottes [Wed, 10 Mar 2010 07:59:08 +0000 (08:59 +0100)]
stop exporting FAVOURITE_CONTACTS_CFLAGS and FAVOURITE_CONTACTS_LIBS

14 years agolibtelepathy-logger has been renamed to telepathy-logger
Guillaume Desmottes [Tue, 9 Mar 2010 17:10:51 +0000 (18:10 +0100)]
libtelepathy-logger has been renamed to telepathy-logger

14 years agocontact-list-store: remove EMPATHY_CONTACT_LIST_STORE_COL_IS_FAVOURITE
Guillaume Desmottes [Tue, 9 Mar 2010 16:41:37 +0000 (17:41 +0100)]
contact-list-store: remove EMPATHY_CONTACT_LIST_STORE_COL_IS_FAVOURITE

We don't need it any more.

14 years agoDon't display context menu when right clicking on a fake group
Guillaume Desmottes [Tue, 9 Mar 2010 16:25:14 +0000 (17:25 +0100)]
Don't display context menu when right clicking on a fake group

Those can't be renamed.

14 years agocompare_separator_and_groups: check that the group is actually a fake one
Guillaume Desmottes [Tue, 9 Mar 2010 16:20:39 +0000 (17:20 +0100)]
compare_separator_and_groups: check that the group is actually a fake one

14 years agocontact-list-store: add a column saying if a group is a fake one or not
Guillaume Desmottes [Tue, 9 Mar 2010 16:14:43 +0000 (17:14 +0100)]
contact-list-store: add a column saying if a group is a fake one or not

14 years agostop displaying favorite contacts on top of groups
Guillaume Desmottes [Tue, 9 Mar 2010 16:01:47 +0000 (17:01 +0100)]
stop displaying favorite contacts on top of groups

They are already displayed in a separated group on top of the contact list

14 years agoDisplay icon near the favorite fake group
Guillaume Desmottes [Tue, 9 Mar 2010 15:31:59 +0000 (16:31 +0100)]
Display icon near the favorite fake group

14 years agoDisplay the fake 'Favorites' group at the top of the contact list
Guillaume Desmottes [Tue, 9 Mar 2010 14:42:18 +0000 (15:42 +0100)]
Display the fake 'Favorites' group at the top of the contact list

14 years agoCreate a fake 'Favorites People' group
Guillaume Desmottes [Tue, 9 Mar 2010 13:53:53 +0000 (14:53 +0100)]
Create a fake 'Favorites People' group

14 years agofactor out add_contact_to_store
Guillaume Desmottes [Tue, 9 Mar 2010 14:02:58 +0000 (15:02 +0100)]
factor out add_contact_to_store

14 years agoMove the 'Ungrouped' fake contact to the bottom of the contact list
Guillaume Desmottes [Tue, 9 Mar 2010 13:28:42 +0000 (14:28 +0100)]
Move the 'Ungrouped' fake contact to the bottom of the contact list

14 years agofactor out compare_separator_and_groups
Guillaume Desmottes [Tue, 9 Mar 2010 13:20:21 +0000 (14:20 +0100)]
factor out compare_separator_and_groups

14 years agoadd 'Ungrouped' fake contact
Guillaume Desmottes [Tue, 9 Mar 2010 12:56:06 +0000 (13:56 +0100)]
add 'Ungrouped' fake contact

14 years agoMove the 'Favorite' menu item after 'Information'
Guillaume Desmottes [Tue, 9 Mar 2010 12:28:09 +0000 (13:28 +0100)]
Move the 'Favorite' menu item after 'Information'

14 years agoremove EMPATHY_IMAGE_(UN)FAVOURITE
Guillaume Desmottes [Tue, 9 Mar 2010 10:59:07 +0000 (11:59 +0100)]
remove EMPATHY_IMAGE_(UN)FAVOURITE

14 years agoremove 'favorite' column in the contact list
Guillaume Desmottes [Tue, 9 Mar 2010 10:22:32 +0000 (11:22 +0100)]
remove 'favorite' column in the contact list

We can use the contact menu now.

14 years agoAdd 'favorite' checkbox to the contact menu
Guillaume Desmottes [Tue, 9 Mar 2010 10:20:33 +0000 (11:20 +0100)]
Add 'favorite' checkbox to the contact menu

14 years agocheck that logger is not NULL before unrefing it
Guillaume Desmottes [Mon, 8 Mar 2010 15:39:29 +0000 (16:39 +0100)]
check that logger is not NULL before unrefing it

14 years agofix hash table leak
Guillaume Desmottes [Mon, 8 Mar 2010 15:32:54 +0000 (16:32 +0100)]
fix hash table leak

priv->favourites takes the reference of the newly created hash table so we
don't have to ref it.

14 years agofactor out add_contacts_to_favourites
Guillaume Desmottes [Mon, 8 Mar 2010 15:32:03 +0000 (16:32 +0100)]
factor out add_contacts_to_favourites

14 years agoUnref contact returned by empathy_contact_list_get_members
Guillaume Desmottes [Mon, 8 Mar 2010 15:14:27 +0000 (16:14 +0100)]
Unref contact returned by empathy_contact_list_get_members

empathy_contact_list_get_members return a list of reffed contacts.

14 years agolog an error if {Add,Remove}FavouriteContact failed
Guillaume Desmottes [Mon, 8 Mar 2010 14:52:54 +0000 (15:52 +0100)]
log an error if {Add,Remove}FavouriteContact failed

14 years agodocument the favorites hash table
Guillaume Desmottes [Mon, 8 Mar 2010 14:52:41 +0000 (15:52 +0100)]
document the favorites hash table

14 years agocoding style fixes
Guillaume Desmottes [Mon, 8 Mar 2010 13:30:57 +0000 (14:30 +0100)]
coding style fixes

14 years agoSync Unix_Timestamp64 definition with the spec
Guillaume Desmottes [Mon, 8 Mar 2010 12:15:26 +0000 (13:15 +0100)]
Sync Unix_Timestamp64 definition with the spec

It now has the 'x' type.

14 years agoRebase the favourites support upon the telepathy-logger instead of a specially-named...
Travis Reitter [Sat, 6 Mar 2010 02:58:17 +0000 (18:58 -0800)]
Rebase the favourites support upon the telepathy-logger instead of a specially-named favourites group.

14 years agoCut out the concept of a special Favourites group
Travis Reitter [Sat, 6 Mar 2010 01:45:44 +0000 (17:45 -0800)]
Cut out the concept of a special Favourites group

14 years agoAdd a favorite contacts build option and make Moblin support automatically turn it on.
Travis Reitter [Tue, 23 Feb 2010 18:08:05 +0000 (10:08 -0800)]
Add a favorite contacts build option and make Moblin support automatically turn it on.

14 years agoAdd support for marking contacts as favorites (which gives them a highlighted
Travis Reitter [Tue, 16 Feb 2010 18:11:43 +0000 (10:11 -0800)]
Add support for marking contacts as favorites (which gives them a highlighted
star next to their name and adds them to the top of the contact list)

14 years agoUpdated Spanish translation
Jorge González [Mon, 15 Mar 2010 08:27:15 +0000 (09:27 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Mon, 15 Mar 2010 08:25:06 +0000 (09:25 +0100)]
Updated Spanish translation

14 years agoempathy-accounts: set a title for the assistant
Danielle Madeley [Wed, 10 Mar 2010 05:00:25 +0000 (16:00 +1100)]
empathy-accounts: set a title for the assistant

14 years agoempathy-accounts: set "Empathy Accounts" as application name
Guillaume Desmottes [Wed, 3 Mar 2010 09:07:24 +0000 (10:07 +0100)]
empathy-accounts: set "Empathy Accounts" as application name

It's more friendly to translators.

14 years agoempathy-debugger: set "Empathy Debugger" as application name
Guillaume Desmottes [Wed, 3 Mar 2010 09:05:57 +0000 (10:05 +0100)]
empathy-debugger: set "Empathy Debugger" as application name

It's more friendly to translators.

14 years agoSeparate the debug window into its own process.
Mike Ruprecht [Wed, 24 Feb 2010 20:52:38 +0000 (14:52 -0600)]
Separate the debug window into its own process.

14 years agoMerge branch 'butterfly-networkid'
Jonny Lamb [Mon, 15 Mar 2010 08:09:56 +0000 (08:09 +0000)]
Merge branch 'butterfly-networkid'

14 years agoUpdated Spanish translation
Jorge González [Sun, 14 Mar 2010 22:17:34 +0000 (23:17 +0100)]
Updated Spanish translation

14 years agoUpdated Italian help translation
Milo Casagrande [Sun, 14 Mar 2010 19:57:06 +0000 (20:57 +0100)]
Updated Italian help translation

14 years agoUpdate Galician translation
Fran Diéguez [Sat, 13 Mar 2010 20:09:26 +0000 (21:09 +0100)]
Update Galician translation

14 years agoUpdated German doc translation
Mario Blättermann [Fri, 12 Mar 2010 22:02:21 +0000 (23:02 +0100)]
Updated German doc translation

14 years ago[help] Updated the irc-join-pwd topic: password protected IRC room now works
Milo Casagrande [Fri, 12 Mar 2010 21:02:19 +0000 (22:02 +0100)]
[help] Updated the irc-join-pwd topic: password protected IRC room now works

14 years agoMigrate butterfly logs to remove the network ID suffix.
Jonny Lamb [Fri, 12 Mar 2010 02:22:47 +0000 (02:22 +0000)]
Migrate butterfly logs to remove the network ID suffix.

Bug #612519 contains much more information about this change.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
14 years agoset $HOME as default directory when sending a file
Guillaume Desmottes [Fri, 12 Mar 2010 12:50:08 +0000 (13:50 +0100)]
set $HOME as default directory when sending a file

14 years agoSet XDG_DOWNLOAD_DIR as default directory when receiving a file (#612672)
Guillaume Desmottes [Fri, 12 Mar 2010 12:45:27 +0000 (13:45 +0100)]
Set XDG_DOWNLOAD_DIR as default directory when receiving a file (#612672)

14 years agoUpdated German doc translation
Mario Blättermann [Thu, 11 Mar 2010 22:48:11 +0000 (23:48 +0100)]
Updated German doc translation

14 years agoupdated breton translation
deniarnuad [Thu, 11 Mar 2010 19:32:39 +0000 (20:32 +0100)]
updated breton translation

14 years agoUpdated Spanish translation
Jorge González [Thu, 11 Mar 2010 17:41:43 +0000 (18:41 +0100)]
Updated Spanish translation

14 years ago[help] Removed the offline-contacts topic (bug 612448):
Milo Casagrande [Thu, 11 Mar 2010 17:23:23 +0000 (18:23 +0100)]
[help] Removed the offline-contacts topic (bug 612448):
 * Created hide-contacts based on removed-contacts
 * Fixed the topic
 * Removed the old page from Makefile and added the new one

14 years agoFix a small typo
Luca Ferretti [Thu, 11 Mar 2010 14:16:47 +0000 (15:16 +0100)]
Fix a small typo

14 years agoMerge branch 'butterfly-conference-misc'
Jonny Lamb [Thu, 11 Mar 2010 11:35:45 +0000 (11:35 +0000)]
Merge branch 'butterfly-conference-misc'

14 years agotp-chat: remove butterfly MSN HandleType=NONE workaround
Jonny Lamb [Wed, 10 Mar 2010 18:44:14 +0000 (18:44 +0000)]
tp-chat: remove butterfly MSN HandleType=NONE workaround

Newer versions of butterfly use the conference interface, so their 1-1
chats don't implement the group interface. This patch changes nothing
there, but now when butterfly gives a channel with
TargetHandleType=NONE, it is actually a MUC, so act like that.

Thanks to the addition of the conference interface with this change,
we can check for its presence to decide whether this is old-school or
new-school butterfly.

This commit and 13a7c40c together fix bug #612461.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
14 years agoAdd a copy of the Attribution-ShareAlike 3.0 Unported licence
Guillaume Desmottes [Thu, 11 Mar 2010 10:12:52 +0000 (11:12 +0100)]
Add a copy of the Attribution-ShareAlike 3.0 Unported licence

14 years agoadd a copy of the GNU Free Documentation License
Guillaume Desmottes [Fri, 5 Mar 2010 09:50:49 +0000 (10:50 +0100)]
add a copy of the GNU Free Documentation License

14 years agoadd a copy of the LGPLv2.1
Guillaume Desmottes [Fri, 5 Mar 2010 09:49:14 +0000 (10:49 +0100)]
add a copy of the LGPLv2.1

14 years agoUpdated Ukrainian translation
Maxim V. Dziumanenko [Thu, 11 Mar 2010 09:45:00 +0000 (11:45 +0200)]
Updated Ukrainian translation

14 years agotp-chat: when seeing if a chat can be upgraded, don't worry about handle type
Jonny Lamb [Wed, 10 Mar 2010 18:41:08 +0000 (18:41 +0000)]
tp-chat: when seeing if a chat can be upgraded, don't worry about handle type

When you upgrade a gtalk 1-1 chat to a PMUC, it moves from
[ChannelType=TEXT, TargetHandleType=CONTACT] to [ChannelType=TEXT,
TargetHandleType=ROOM].

When you upgrade an MSN 1-1 chat to a multi-user chat in butterfly, it
moves from [ChannelType=TEXT, TargetHandleType=CONTACT] to
[ChannelType=TEXT, TargetHandleType=NONE].

Both of these cases have the 1-1 chat properties set as fixed
properties in a class in their connection's RCC. They both also have
the upgraded set of properties as above fixed, and
o.fd.Tp.Channel.Interface.Conference(.DRAFT) in the appropriate
Allowed_Properties array.

Empathy used to look for this said channel interface in the allowed
properties of a TargetHandleType=ROOM class. As butterfly uses
TargetHandleType=NONE, this isn't so useful, so let's not care about
the handle type to fit around both gtalk and MSN.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
14 years agodispatcher: allow not caring about handle type when looking up RCCs
Jonny Lamb [Wed, 10 Mar 2010 18:34:34 +0000 (18:34 +0000)]
dispatcher: allow not caring about handle type when looking up RCCs

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
14 years agoShow offline contacts by default (#612448)
Guillaume Desmottes [Wed, 10 Mar 2010 15:48:12 +0000 (16:48 +0100)]
Show offline contacts by default (#612448)

14 years agoSort contacts by state by default (#612448)
Guillaume Desmottes [Wed, 10 Mar 2010 15:47:44 +0000 (16:47 +0100)]
Sort contacts by state by default (#612448)

14 years agoWindow title for the accounts dialog should match the name in the launcher.
Ken VanDine [Wed, 10 Mar 2010 14:42:21 +0000 (15:42 +0100)]
Window title for the accounts dialog should match the name in the launcher.

Fixes bug #612433

14 years agogtk_check_version() is returning a string error or NULL, not a boolean
Xavier Claessens [Wed, 10 Mar 2010 11:15:23 +0000 (12:15 +0100)]
gtk_check_version() is returning a string error or NULL, not a boolean

This actually invert the logic

14 years agoDisable empathy_add_link_markup() if linked to an old GTK version
Xavier Claessens [Wed, 10 Mar 2010 10:41:29 +0000 (11:41 +0100)]
Disable empathy_add_link_markup() if linked to an old GTK version

Using links in labels could make a freeze, see GNOME #612066

14 years agoRevert "Revert "Make links clickable in presence message and topics""
Xavier Claessens [Wed, 10 Mar 2010 10:21:08 +0000 (11:21 +0100)]
Revert "Revert "Make links clickable in presence message and topics""

This reverts commit efb42513359f4db545e3312e3c583d07c6306418.

14 years agoempathy-accounts: make CcPage insensitive when assistant is being shown
Danielle Madeley [Wed, 10 Mar 2010 04:54:51 +0000 (15:54 +1100)]
empathy-accounts: make CcPage insensitive when assistant is being shown

Also destroy assistant when CcPanel becomes inactive.

14 years agoUpdated Russian translation from Yury Myasoedov
Leonid Kanter [Tue, 9 Mar 2010 22:12:57 +0000 (00:12 +0200)]
Updated Russian translation from Yury Myasoedov

14 years agostart dev of next release
Guillaume Desmottes [Tue, 9 Mar 2010 18:44:06 +0000 (19:44 +0100)]
start dev of next release

14 years agoprepare 2.29.92
Guillaume Desmottes [Tue, 9 Mar 2010 18:31:30 +0000 (19:31 +0100)]
prepare 2.29.92

14 years agochatroom-manager: Save correct room name
Jonas Bonn [Mon, 8 Mar 2010 09:30:02 +0000 (10:30 +0100)]
chatroom-manager: Save correct room name

When writing out the room name to the persistance file, the room name should
properly be gotten with the get_room function.  This bug has probably not
bitten too many users as the remote room name and the favorite chatroom name
usually are usually the same; however, if the user were to change the
favorite chatroom name then this bug would become apparent.

14 years agoupdating Punjabi Translation
A S Alam [Tue, 9 Mar 2010 01:47:27 +0000 (07:17 +0530)]
updating Punjabi Translation

14 years agoUpdated Serbian translations
Branko Kokanović [Mon, 8 Mar 2010 21:13:37 +0000 (22:13 +0100)]
Updated Serbian translations

14 years agoUpdated Latvian translation.
Anita Reitere [Mon, 8 Mar 2010 20:09:13 +0000 (22:09 +0200)]
Updated Latvian translation.

14 years agoRevert "Make links clickable in presence message and topics"
Xavier Claessens [Mon, 8 Mar 2010 12:17:57 +0000 (13:17 +0100)]
Revert "Make links clickable in presence message and topics"

This reverts commit 00ab069a55f05f0203bf58f071fa7adc54b6e9ac.

Conflicts:

libempathy-gtk/empathy-contact-widget.c

14 years agoImport aim, icq and yahoo icons from gnome-icon-theme (#330394)
Guillaume Desmottes [Fri, 5 Mar 2010 12:29:17 +0000 (13:29 +0100)]
Import aim, icq and yahoo icons from gnome-icon-theme (#330394)

They have been removed from gnome-icon-theme.