aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Expand)AuthorAgeFilesLines
* Move URI regex to empathy-ui-utilsXavier Claessens2009-03-033-13/+26
* Some string comments requested by translators (#572875)Frederic Peters2009-02-241-0/+2
* When finding a better element to use for volume, reset the current one and tr...Sjoerd Simons2009-02-171-2/+18
* Add API to get and set the volumeSjoerd Simons2009-02-172-5/+99
* Minor string fixes. Fixes bug #571635Bruce Cowan2009-02-171-1/+1
* set some border in contact info dialog. Fixes bug #562109 (Frédéric Peters)Guillaume Desmottes2009-02-141-0/+1
* Fix type punned pointers warningsOlivier Crête2009-02-121-1/+1
* Hookup the contact menu item cb correctlySjoerd Simons2009-02-121-2/+10
* Fix naming of macros to be consistent with the class nameXavier Claessens2009-02-032-11/+11
* Add a space between the function name and the (void)Xavier Claessens2009-02-034-4/+4
* Add minimum width and height propertiesSjoerd Simons2009-02-032-1/+50
* sink the videosink so we can hold a ref to itSjoerd Simons2009-02-031-0/+9
* Add a empathy_sound_play_full functionSjoerd Simons2009-02-032-14/+69
* Don't start the call from the message dialog, the handler will take care of itSjoerd Simons2009-02-031-1/+0
* Add audio/video sink and source abstractionsSjoerd Simons2009-02-039-0/+945
* Switch to calling CallFactory to make callsSjoerd Simons2009-02-033-4/+24
* Use contact-list property and create the store in the constructor.Jonny Lamb2009-01-311-13/+19
* Rename _get_selected to _dup_selected and make sure the contact is unrefed.Jonny Lamb2009-01-312-5/+4
* Pass an EmpathyContactList to _new and create the store from that.Jonny Lamb2009-01-312-3/+7
* Removed old FIXME.Jonny Lamb2009-01-311-4/+0
* Don't call a function in a variable declaration.Jonny Lamb2009-01-311-1/+2
* Use g_signal_connect_swapped and remove useless functions.Jonny Lamb2009-01-311-35/+12
* Unref the temp contact appropriately.Jonny Lamb2009-01-311-0/+1
* Simplified loops inJonny Lamb2009-01-311-21/+19
* Use gtk_tree_store_insert_with_values.Jonny Lamb2009-01-311-2/+2
* Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+.Jonny Lamb2009-01-312-3/+3
* Explicit check.Xavier Claessens2009-01-311-1/+1
* Move public methods at the bottom.Xavier Claessens2009-01-311-18/+20
* Reorganize the constructor to avoid some casts and to avoid complex inline in...Xavier Claessens2009-01-311-12/+14
* Don't get a cast to EmpathyContactSelector when it's not needed.Jonny Lamb2009-01-311-4/+2
* Use gtk_tree_model_get_iter_first instead of going through GtkTreePath.Jonny Lamb2009-01-311-12/+2
* Use dispose_run in EmpathyContactSelector.Jonny Lamb2009-01-311-0/+8
* Remove unnecessary casts and macros.Jonny Lamb2009-01-311-14/+9
* Small coding style and name changes.Jonny Lamb2009-01-311-73/+59
* Added argument checking to non-static functions.Jonny Lamb2009-01-311-0/+4
* remove redundant flagXavier Claessens2009-01-311-6/+6
* add translation function callXavier Claessens2009-01-311-1/+1
* rename set and unset functionsXavier Claessens2009-01-311-5/+5
* conform to GET_PRIV styleXavier Claessens2009-01-312-7/+11
* unref store once onlyXavier Claessens2009-01-311-1/+5
* remove finalize functionXavier Claessens2009-01-311-11/+0
* unref contact list store on disposeXavier Claessens2009-01-311-0/+4
* tidyXavier Claessens2009-01-311-3/+0
* add function to find number of online contacts; fix sensitivity managementXavier Claessens2009-01-311-7/+35
* consolidate sensitivity managementXavier Claessens2009-01-311-15/+24
* consolidate blank contact managementXavier Claessens2009-01-311-24/+19
* move get blank iter functionXavier Claessens2009-01-311-34/+32
* add unset blank contact functionXavier Claessens2009-01-311-18/+22
* improve function to find iter for blank contactXavier Claessens2009-01-311-15/+13
* fix contact list store sortingXavier Claessens2009-01-311-6/+2
* include config.hXavier Claessens2009-01-311-0/+2
* include empathy-contact-list-store.h in empathy-contact-selector.hXavier Claessens2009-01-311-0/+1
* use EmpathyContactListStore directlyXavier Claessens2009-01-311-73/+27
* do not add blank when popup showing; add blank when popup becomes hidden and ...Xavier Claessens2009-01-311-6/+22
* fix widget sensitivityXavier Claessens2009-01-311-6/+18
* fix initial active contact problem; add blank contact, hide on popup, remove ...Xavier Claessens2009-01-311-46/+78
* update authorsXavier Claessens2009-01-312-4/+4
* update copyright and authorsXavier Claessens2009-01-312-0/+4
* add selector .c and .h filesXavier Claessens2009-01-312-0/+398
* update Makefile.amXavier Claessens2009-01-311-0/+2
* Move empathy_notification_is_enabled () to src/Xavier Claessens2009-01-312-54/+1
* Fix coding style.Xavier Claessens2009-01-311-3/+3
* Initialize GError to NULL before using it.Xavier Claessens2009-01-311-1/+1
* Fix indentation.Xavier Claessens2009-01-311-1/+1
* Add a convenience function to avoid hacks when getting the pixbuf from the ic...Xavier Claessens2009-01-312-11/+25
* W.I.P. for notifications on chat window.Xavier Claessens2009-01-312-3/+9
* Implement a logic for disabling notifications when away.Xavier Claessens2009-01-312-8/+50
* Modify code to handle new preferences.Xavier Claessens2009-01-311-0/+3
* Also accept sftp as URL scheme.Xavier Claessens2009-01-291-1/+1
* \n is also a delimiter for URLs.Xavier Claessens2009-01-291-2/+2
* Removed unused G_STR_EMPTY from empathy-ui-utils.h.Jonny Lamb2009-01-231-2/+0
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-2310-26/+26
* Removed trailing space. Fixes bug #566549 (Leonardo Ferreira Fontenelle)Xavier Claessens2009-01-231-1/+1
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
* Reuse, and properly destroy, the avatar file chooser dialog.Frederic Peters2009-01-121-1/+12
* Fix some errors made when rebasing on masterXavier Claessens2009-01-101-1/+1
* Only show pending messages after the log and explain why show_pending_message...Sjoerd Simons2009-01-101-3/+5
* Let a chatroom keep a reference to a its TpChat if applicableSjoerd Simons2009-01-101-9/+5
* Make the dispatch operation _get_ functions not return a refSjoerd Simons2009-01-101-1/+0
* Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons2009-01-101-1/+1
* Make coding style consistent with the rest of the fileXavier Claessens2009-01-101-15/+14
* Fix coding style, user the right unique nameSjoerd Simons2009-01-101-26/+24
* Use the new call utility function to start callsSjoerd Simons2009-01-103-3/+11
* Use new dispatcher API to get muc channelsSjoerd Simons2009-01-101-13/+14
* Use new API to request file transfersSjoerd Simons2009-01-101-2/+52
* Use the new dispatcher api to request text channelsSjoerd Simons2009-01-102-6/+5
* Port to the new EmpathyTpChat APISjoerd Simons2009-01-101-9/+40
* Set the right weak pointer.Xavier Claessens2009-01-091-1/+1
* Port EmpathyContactManager to the new singleton policy.Xavier Claessens2009-01-093-5/+5
* Port to the new singleton API.Xavier Claessens2009-01-091-1/+1
* Port EmpathySmileyManager to the new singleton policy.Xavier Claessens2009-01-095-16/+31
* Port EmpathyLogManager to the new singleton policy.Xavier Claessens2009-01-093-3/+3
* Port EmpathyIdle to the new singleton policy.Xavier Claessens2009-01-091-2/+2
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-093-3/+3
* Add a comment that tells to keep EmpathySound enum sync with sound_entries ar...Xavier Claessens2009-01-072-1/+2
* Assert that sound_id is OK before getting sound_entries[sound_id], to avoid c...Xavier Claessens2009-01-071-3/+5
* Sanity checks for empathy_play_sounds.Xavier Claessens2009-01-071-1/+2
* Add a debug message when playing sound.Xavier Claessens2009-01-071-0/+4
* Back out changes in EmpathyContactListStore. They could go in a laterXavier Claessens2009-01-071-229/+192
* Propperly mark event descriptions for translation.Xavier Claessens2009-01-071-1/+4
* Update empathy_sound_play () to be nicer to use and centralize the listXavier Claessens2009-01-072-9/+56
* Turn empathy_sound_pref_is_enabled into empathy_sound_play thatXavier Claessens2009-01-072-2/+21
* Disconnect all signals from the EmpathyAccountChooser when finalizing.Xavier Claessens2009-01-071-0/+6
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-072-2/+2
* Don't initialize private stuff in _new ().Xavier Claessens2009-01-071-17/+14
* Always disconnect signals for safety on _finalize ().Xavier Claessens2009-01-072-0/+30
* Port EmpathyContactListStore to the new API.Xavier Claessens2009-01-071-193/+203
* Disconnect signals when finalizing.Xavier Claessens2009-01-071-5/+4
* Unref the object.Xavier Claessens2009-01-071-0/+1
* Port EmpathyChat to the new API.Xavier Claessens2009-01-071-21/+18
* Port the account chooser to the new API.Xavier Claessens2009-01-071-52/+28
* Only play logout sound if switching to Offline from Available.Xavier Claessens2009-01-071-1/+0
* Don't emit sound when changing state and properly play login sound.Xavier Claessens2009-01-071-2/+4
* Adapt the libcanberra calls to use the new functions.Xavier Claessens2009-01-071-1/+0
* Add empathy_sound_pref_is_enabled ().Xavier Claessens2009-01-072-0/+37
* Adapt Patryk's patch to trunk.Xavier Claessens2009-01-071-0/+1
* Create an UI for sound configuration.Xavier Claessens2009-01-071-3/+9
* More coding style fixes in empathy-contact-menu.cXavier Claessens2008-12-291-97/+81
* Homogenize coding style in empathy_contact_menu_newWill Thompson2008-12-291-2/+2
* Remove finalize, it is not used.Xavier Claessens2008-12-161-7/+0
* Do not assert the tab exists in empathy_chat_text_view_tag_set(), simply retu...Xavier Claessens2008-12-161-2/+1
* Fallback to use "classic" theme if the gconf key is invalidXavier Claessens2008-12-161-0/+4
* Update boxes views when theme changes to another boxes one.Xavier Claessens2008-12-161-63/+89
* Update color when using the simple theme and GTK color changes.Xavier Claessens2008-12-161-56/+27
* Don't forget to call g_object_weak_unref in finalise on each viewsXavier Claessens2008-12-161-162/+170
* Remove useless commented codeXavier Claessens2008-12-161-118/+0
* Keep a list of boxes views so we can update colors when themes changeXavier Claessens2008-12-161-46/+68
* Remove a FIXME which was not a problem and add one for bug #542523Xavier Claessens2008-12-161-5/+5
* Create the simple theme using system colorsXavier Claessens2008-12-161-31/+32
* Completely rework the theming system to make easy implementing themes based o...Xavier Claessens2008-12-1610-1335/+976
* Remove EmpathyTheme, code will be merged into EmpathyChatTextViewXavier Claessens2008-12-162-100/+0
* Remove unused empathy-theme.h includeXavier Claessens2008-12-161-2/+0
* Remove useless empathy_text_buffer_tag_setXavier Claessens2008-12-162-52/+1
* Remove useless virtual methodsXavier Claessens2008-12-162-94/+10
* Rename EmpathyChatSimpleView to EmpathyChatTextViewXavier Claessens2008-12-165-189/+190
* Move the smiley menu code from EmpathyChatView to EmpathyChatManager.Xavier Claessens2008-12-165-72/+114
* EmpathyChatView interface can only be implemented by a GtkWidget subclassXavier Claessens2008-12-161-1/+1
* Replace _get_selection_bounds by _get_has_selectionXavier Claessens2008-12-164-21/+11
* Remove _append_button since it's not usedXavier Claessens2008-12-163-98/+0
* Move chat_view_get_avatar_pixbuf_with_cache to EmpathyThemeBoxes where it mak...Xavier Claessens2008-12-163-98/+95
* Fix licence and clean up a bit the interfaceXavier Claessens2008-12-165-193/+179
* Reorder functions to not declare them in the top of the file.Xavier Claessens2008-12-161-273/+232
* Fix compilation problemsXavier Claessens2008-12-161-133/+94
* EmpathyChatView as GInterfaceXavier Claessens2008-12-165-1169/+1630
* gtk_init and g_thread_init shouldn't be called by libraries. Let applications...Xavier Claessens2008-12-122-44/+4
* Refactor empathy_gtk_init* to share common code.Xavier Claessens2008-12-121-19/+26
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-1224-24/+24
* Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). They...Xavier Claessens2008-12-123-0/+50
* Fix coding styleXavier Claessens2008-12-121-6/+6
* can_add_contact_to_account: use empathy_contact_manager_can_add (Guillaume De...Xavier Claessens2008-12-121-23/+6
* Make hitting enter in New Conversation activate Chat (Will Thompson).Xavier Claessens2008-12-121-0/+1
* Clarify URI regexXavier Claessens2008-12-101-4/+4
* Improve URI regex.Xavier Claessens2008-12-101-4/+4
* Correct typo: SHEME -> SCHEMEXavier Claessens2008-12-101-2/+2
* Match literal dot rather than any char in email domainXavier Claessens2008-12-101-1/+1
* Explicitly depend on telepathy-glib in .pc files (Simon McVittie)Xavier Claessens2008-12-081-1/+1
* Autocompletion on contact names for "new message" dialog box. Fixes bug #5522...Xavier Claessens2008-12-081-4/+145
* Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).Xavier Claessens2008-12-023-20/+24
* Use GRegex instead of custom code and use a new regex to detect URIsXavier Claessens2008-12-011-53/+51
* Fix previous commit. Oops.Xavier Claessens2008-11-281-5/+5
* Fix a crash in the log window when there is no account. Fixes bug #562071.Xavier Claessens2008-11-281-0/+5
* max_width, max_height and max_size are defined as guint in EmpathyTpContactFa...Xavier Claessens2008-11-281-1/+1
* Move the ft manager to src/ other programs do not need it.Xavier Claessens2008-11-224-1294/+1
* rename empathy_tp_file_get_incoming to empathy_tp_file_is_incomingXavier Claessens2008-11-221-6/+6
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ...Xavier Claessens2008-11-221-3/+1
* remove useless includesXavier Claessens2008-11-221-2/+0
* Fix a little coding styleXavier Claessens2008-11-221-2/+1
* No need to define a callback, we can directly use empathy_send_file_with_file...Xavier Claessens2008-11-221-8/+1
* Fix compilation warning: gtk_message_dialog_format_secondary_text() require a...Xavier Claessens2008-11-221-1/+1
* ft_manager_clear: use g_hash_table_foreach_remove instead of GHashTableIter s...Xavier Claessens2008-11-221-16/+22
* ft-manager: ft_manager_clear: use a GHashTableIter instead of creating a temp...Xavier Claessens2008-11-221-31/+21
* ft-manager: remove old codeXavier Claessens2008-11-221-7/+0
* ft-manager: store the icon-name instead of the pixbuf in the storeXavier Claessens2008-11-221-20/+7
* ft-manager: add comment explaining how to use GIcon with GTK 2.14Xavier Claessens2008-11-221-1/+3
* empathy-ft-manager: use the ContentType property instead of gnome_vfs_get_mim...Xavier Claessens2008-11-221-3/+5
* empathy-ft-manager.c: Display an error if user can't save file to the chosen ...Xavier Claessens2008-11-221-1/+17
* empathy-ft-manager: ask confirmation if the filename already existsXavier Claessens2008-11-221-0/+3
* Implement latest ft draftXavier Claessens2008-11-221-9/+8
* fix FT client side code as the generated code changedXavier Claessens2008-11-221-5/+5
* Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)Jonny Lamb2008-11-221-12/+1
* Fixed typo in FT manager glade file. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)Jonny Lamb2008-11-222-3/+3
* Handle new file channels regardless of direction in the dispatcher. (Jonny Lamb)Jonny Lamb2008-11-221-15/+1
* Removed empathy_send_file_with_file_chooser_and_manager and made file transfe...Jonny Lamb2008-11-223-54/+13
* Removed useless test to check whether a GList has items. (Jonny Lamb)Jonny Lamb2008-11-221-38/+34
* Use gtk_file_chooser_dialog_new and the document-send icon. (Jonny Lamb)Jonny Lamb2008-11-221-20/+8
* Removed useless include. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
* In ft_manager_receive_response_cb, just call empathy_tp_file_cancel instead o...Jonny Lamb2008-11-221-4/+1
* Removed "Save as" file filter. (Jonny Lamb)Jonny Lamb2008-11-221-6/+0
* Made creating a save dialog a bit nicer by using proper GTK functions. (Jonny...Jonny Lamb2008-11-221-11/+4
* Use g_slice functions with ReceiveResponseData. (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
* Renamed ft_manager_free_receive_response_data to ft_manager_receive_response_...Jonny Lamb2008-11-221-3/+3
* Removed useless ref of the FT manager in the build_ui method. (Jonny Lamb)Jonny Lamb2008-11-221-3/+0
* Moved gtk_window_set_icon name into the glade. (Jonny Lamb)Jonny Lamb2008-11-222-2/+1
* Removed call to gtk_tree_selection_unselect_all. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
* Set manager_p to NULL in delete_event_cb, not in _finalize. (Jonny Lamb)Jonny Lamb2008-11-221-2/+0
* Don't call _finalize in the delete_event_cb. (Jonny Lamb)Jonny Lamb2008-11-221-1/+3
* Simplified code to add files to the list store. (Jonny Lamb)Jonny Lamb2008-11-221-3/+2
* Made ft_manager_update_ft_row handle Local_Pending slightly nicer. (Jonny Lamb)Jonny Lamb2008-11-221-7/+3
* Renamed ft_manager_get_state_change_reason_description to ft_manager_state_ch...Jonny Lamb2008-11-221-3/+3
* Renamed private methods in the FT manager to ft_manager_*. (Jonny Lamb)Jonny Lamb2008-11-221-36/+37
* Changed gtk_tree_model_get_value calls to use gtk_tree_model_get. (Jonny Lamb)Jonny Lamb2008-11-221-14/+3
* Updated parameter checks to return appropriate values. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Add parameter checks to public functions. (Jonny Lamb)Jonny Lamb2008-11-222-0/+3
* Updated the way to access the EmpathyFTManagerPriv instance within empathy-ft...Jonny Lamb2008-11-222-123/+84
* Re-ordered EmpathyFTManager so functions need no declaration at the top of th...Jonny Lamb2008-11-221-387/+374
* Use FIXME instead of TODO in comments. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Changed _run_ method calls to _call_ calls. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Fixed copyright and author headers. (Jonny Lamb)Jonny Lamb2008-11-224-0/+11
* Added empathy_offer_file function and updated accept_file. (Jonny Lamb)Jonny Lamb2008-11-221-2/+5
* Updated yet more places to use s/direction/incoming/ (Jonny Lamb)Jonny Lamb2008-11-221-2/+1
* Replaced the Direction channel property a more-private GObject incoming prope...Jonny Lamb2008-11-221-9/+7
* Fixed yet more references to EMPATHY_FILE. (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
* Fixed include of empathy-file.h to empathy-tp-file.h. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)Jonny Lamb2008-11-224-110/+109
* Fixed function declaration style. (Jonny Lamb)Jonny Lamb2008-11-221-24/+41
* Only display "Send Files" if the contact is in Salut. (Jonny Lamb)Jonny Lamb2008-11-221-0/+1
* Converted sources to Collabora coding style. (Jonny Lamb)Jonny Lamb2008-11-222-913/+913
* Replaced gnome_vfs_format_file_size_for_display with its GIO equivalent. (Jon...Jonny Lamb2008-11-221-3/+3
* Added ability for the ft manager to stay around when closed. (Jonny Lamb)Jonny Lamb2008-11-222-24/+17
* Show an error to the terminal when there's a problem in getting the output st...Jonny Lamb2008-11-221-1/+10
* Display cancel reasons in the file transfer manager. (Jonny Lamb)Jonny Lamb2008-11-221-3/+6
* Actually stop a file transfer if in the ft manager when requested. (Jonny Lamb)Jonny Lamb2008-11-221-2/+1
* Added a missing "break". (Jonny Lamb)Jonny Lamb2008-11-221-0/+1
* Allow transfers to be declined by closing the channel. (Jonny Lamb)Jonny Lamb2008-11-221-3/+4
* Added fix for an empty default folder. (Jonny Lamb)Jonny Lamb2008-11-221-1/+2
* Added missing GTK+ include header. (Jonny Lamb)Jonny Lamb2008-11-221-0/+1
* Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Added empathy_send_file_with_file_chooser_and_manager to make use of the file...Jonny Lamb2008-11-223-1/+17
* Added GTK file transfer manager. (Jonny Lamb)Jonny Lamb2008-11-225-1/+1367
* Changed the "Send file" icon to something sane. (Jonny Lamb)Jonny Lamb2008-11-222-1/+2
* Added "Send file" item to contact menu widget. (Jonny Lamb)Jonny Lamb2008-11-222-0/+34
* Added some more file sending functions to libempathy-gtk. (Jonny Lamb)Jonny Lamb2008-11-222-0/+132
* Use proper format string for max-size propertyMathias Hasselmann2008-11-141-1/+1
* If chats have no name, use the channel's ID instead of fallback to "Conversat...Xavier Claessens2008-11-141-2/+12
* Trivial simplification of the mathXavier Claessens2008-11-111-1/+1
* Try to keep the original image format in avatar chooser. This avoid droping a...Xavier Claessens2008-11-111-58/+69
* Improve error message.Xavier Claessens2008-11-111-2/+3
* Report error to the user when converting the avatar fails.Xavier Claessens2008-11-111-4/+37
* Cleanup code and add some commentsXavier Claessens2008-11-112-7/+17
* Make a dichotomic search for the optimal image size. Cleanup some codeXavier Claessens2008-11-111-112/+121
* Correctly resize the image to fit required max width/heightXavier Claessens2008-11-111-13/+33
* Add empathy_pixbuf_from_data_and_mime instead of breaking API.Xavier Claessens2008-11-114-6/+17
* Don't modify EmpathyAvatar::format if gdkpixbuf disagreesXavier Claessens2008-11-111-4/+4
* Use two g_asserts rather than g_assert (foo && bar).Xavier Claessens2008-11-111-2/+4
* can_satisfy_mime_type_requirements: assume out params != NULLXavier Claessens2008-11-111-10/+2
* Prefer png or jpeg if possible when converting avatarsXavier Claessens2008-11-111-20/+34
* Update avatar chooser's account from its own callback.Xavier Claessens2008-11-111-22/+19
* ContactWidget: set up account widget before avatar widgetXavier Claessens2008-11-111-23/+24
* If setting an avatar from an EmpathyAvatar, just ref it.Xavier Claessens2008-11-111-25/+66